blue constant

ZetaColorSwatch const blue

Blue

Implementation

static const ZetaColorSwatch blue = ZetaColorSwatch(
  primary: 0xFF0073e6,
  swatch: {
    10: Color(0xFFf1f8ff),
    20: Color(0xFFe2f1ff),
    30: Color(0xFFb7dbff),
    40: Color(0xFF7ebeff),
    50: Color(0xFF599fe5),
    60: Color(0xFF0073e6),
    70: Color(0xFF0061c2),
    80: Color(0xFF004d99),
    90: Color(0xFF002c58),
    100: Color(0xFF101b25),
  },
);