orange constant
Orange
Contains shades from 10 (light) to 100 (dark).
See also:
Implementation
static const ZetaColorSwatch orange = ZetaColorSwatch(
primary: 0xFFae6500,
swatch: {
10: Color(0xFFfef2e2),
20: Color(0xFFffe7c6),
30: Color(0xFFffd292),
40: Color(0xFFffb348),
50: Color(0xFFf5a230),
60: Color(0xFFae6500),
70: Color(0xFF965802),
80: Color(0xFF764502),
90: Color(0xFF402600),
100: Color(0xFF1e1100),
},
);