red constant

TWColor const red

Red swatch and color

Implementation

static const TWColor red = TWColor(_redPrimaryValue, {
  100: Color(0xfffff5f5),
  200: Color(0xfffed7d7),
  300: Color(0xfffeb2b2),
  400: Color(0xfffc8181),
  500: Color(_redPrimaryValue),
  600: Color(0xffe53e3e),
  700: Color(0xffc53030),
  800: Color(0xff9b2c2c),
  900: Color(0xff742a2a),
});