orange property

Map<int, Color> orange
getter/setter pair

The slate primary color and swatch.

;

Implementation

Map<int, Color> orange = const {
  50: Color(0xfffff7ed),
  100: Color(0xffffedd5),
  200: Color(0xfffed7aa),
  300: Color(0xfffdba74),
  400: Color(0xfffb923c),
  500: Color(0xfff97316),
  600: Color(0xffea580c),
  700: Color(0xffc2410c),
  800: Color(0xff9a3412),
  900: Color(0xff7c2d12),
};