pink constant
Pink
Contains shades from 10 (light) to 100 (dark).
See also:
Implementation
static const ZetaColorSwatch pink = ZetaColorSwatch(
primary: 0xFFd30589,
swatch: {
10: Color(0xFFfff7fc),
20: Color(0xFFffe3f5),
30: Color(0xFFffbee7),
40: Color(0xFFff94d8),
50: Color(0xFFee78c3),
60: Color(0xFFd30589),
70: Color(0xFFab006d),
80: Color(0xFF840054),
90: Color(0xFF640040),
100: Color(0xFF2e001e),
},
);