yellow constant

TWColor const yellow

Implementation

static const TWColor yellow = TWColor(_yellowPrimaryValue, {
  50: Color(0xfffefce8),
  100: Color(0xfffef9c3),
  200: Color(0xfffef08a),
  300: Color(0xfffde047),
  400: Color(0xfffacc15),
  500: Color(_yellowPrimaryValue),
  600: Color(0xffca8a04),
  700: Color(0xffa16207),
  800: Color(0xff854d0e),
  900: Color(0xff713f12),
});