green constant

TWColor const green

Green swatch and color

Implementation

static const TWColor green = TWColor(_greenPrimaryValue, {
  100: Color(0xfff0fff4),
  200: Color(0xffc6f6d5),
  300: Color(0xff9ae6b4),
  400: Color(0xff68d391),
  500: Color(_greenPrimaryValue),
  600: Color(0xff38a169),
  700: Color(0xff2f855a),
  800: Color(0xff276749),
  900: Color(0xff22543d),
});