orange constant

TWColor const orange

Orange swatch and color

Implementation

static const TWColor orange = TWColor(_orangePrimaryValue, {
  50: Color(0xfffff8f1),
  100: Color(0xfffeecdc),
  200: Color(0xfffcd9bd),
  300: Color(0xfffdba8c),
  400: Color(0xffff8a4c),
  500: Color(_orangePrimaryValue),
  600: Color(0xffd03801),
  700: Color(0xffb43403),
  800: Color(0xff8a2c0d),
  900: Color(0xff771d1d),
});