Celestial top-level constant

List<Color> const Celestial

Implementation

const List<Color> Celestial = const <Color>[
  Color(0xffC33764),
  Color(0xff1D2671)
];