pastel2 constant

List<String> const pastel2

Pastel2 color scheme (8 colors).

Implementation

static const List<String> pastel2 = [
  '#b3e2cd',
  '#fdcdac',
  '#cbd5e8',
  '#f4cae4',
  '#e6f5c9',
  '#fff2ae',
  '#f1e2cc',
  '#cccccc',
];