yellow constant

TWColor const yellow

Yellow swatch and color

Implementation

static const TWColor yellow = TWColor(_yellowPrimaryValue, {
  100: Color(0xfffffff0),
  200: Color(0xfffefcbf),
  300: Color(0xfffaf089),
  400: Color(0xfff6e05e),
  500: Color(_yellowPrimaryValue),
  600: Color(0xffd69e2e),
  700: Color(0xffb7791f),
  800: Color(0xff975a16),
  900: Color(0xff744210),
});