ReadonlyCOLORSThe list of PaletteColor objects that compose the palette.
Optional ReadonlyCONTRAST_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.
ReadonlyDISCRIMINATORDiscriminator for determining if an object is a Palette.
ReadonlyIS_A flag indicating if the palette is a gradient.
ReadonlyNAMEThe name of the palette.
Optional ReadonlySOURCEThe source of the palette. May be the URL where the palette can be found.
A collection of PaletteColor objects.