orange constant

TWColor const orange

Orange swatch and color

Implementation

static const TWColor orange = TWColor(_orangePrimaryValue, {
  100: Color(0xfffffaf0),
  200: Color(0xfffeebc8),
  300: Color(0xfffbd38d),
  400: Color(0xfff6ad55),
  500: Color(_orangePrimaryValue),
  600: Color(0xffdd6b20),
  700: Color(0xffc05621),
  800: Color(0xff9c4221),
  900: Color(0xff7b341e),
});