pastel1 constant

List<String> const pastel1

Pastel1 color scheme (9 colors).

Implementation

static const List<String> pastel1 = [
  '#fbb4ae',
  '#b3cde3',
  '#ccebc5',
  '#decbe4',
  '#fed9a6',
  '#ffffcc',
  '#e5d8bd',
  '#fddaec',
  '#f2f2f2',
];