Readonly
COLORSThe list of PaletteColor objects that compose the palette.
Optional
Readonly
CONTRAST_A map of hex color strings to arrays of hex colors,
where each color in the array passes the WCAG AA standard
with normal and large size text when compared to the key.
The only colors listed in this map should be the colors of the
palette, black (#000000), and white (#FFFFFF).
Readonly
#000000: string[]The colors in the palette that pass the WCAG AA standard when compared to black (#000000). This list should NOT contain white (#FFFFFF) unless it is a color listed in the palette.
Readonly
#FFFFFF: string[]The colors in the palette that pass the WCAG AA standard when compared to white (#FFFFFF). This list should NOT contain black (#000000) unless it is a color listed in the palette.
Readonly
DISCRIMINATORDiscriminator for determining if an object is a Palette.
Readonly
IS_A flag indicating if the palette is a gradient.
Readonly
NAMEThe name of the palette.
Optional
Readonly
SOURCEThe source of the palette.
Optional
Readonly
SOURCE_The source URL of the palette.
A collection of PaletteColor objects.