paleColors constant

List<Color> const paleColors

The BASF primary color swatches, excluding grey.

Implementation

static const List<Color> paleColors = <Color>[
  lightBluePale,
  darkBluePale,
  lightGreenPale,
  darkGreenPale,
  orangePale,
  redPale,
];