sky constant

TWColor const sky

Implementation

static const TWColor sky = TWColor(_skyPrimaryValue, {
  50: Color(0xfff0f9ff),
  100: Color(0xffe0f2fe),
  200: Color(0xffbae6fd),
  300: Color(0xff7dd3fc),
  400: Color(0xff38bdf8),
  500: Color(_skyPrimaryValue),
  600: Color(0xff0284c7),
  700: Color(0xff0369a1),
  800: Color(0xff075985),
  900: Color(0xff0c4a6e),
});