Variable colorsConst

colors: {
    dutchFieldColorPalette: string[];
    retroMetroColorPalette: string[];
    riverNightsColorPalette: string[];
    springPastelsColorPalette: string[];
} = ...

Some color palettes.

Type declaration

  • dutchFieldColorPalette: string[]
  • retroMetroColorPalette: string[]
  • riverNightsColorPalette: string[]
  • springPastelsColorPalette: string[]

Generated using TypeDoc