blue constant

TWColor const blue

Blue swatch and color

Implementation

static const TWColor blue = TWColor(_bluePrimaryValue, {
  100: Color(0xffebf8ff),
  200: Color(0xffbee3f8),
  300: Color(0xff90cdf4),
  400: Color(0xff63b3ed),
  500: Color(_bluePrimaryValue),
  600: Color(0xff3182ce),
  700: Color(0xff2b6cb0),
  800: Color(0xff2c5282),
  900: Color(0xff2a4365),
});