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),
});