yellow constant
Yellow
Contains shades from 10 (light) to 100 (dark).
See also:
Implementation
static const ZetaColorSwatch yellow = ZetaColorSwatch(
primary: 0xFF8d7400,
swatch: {
10: Color(0xFFfff7d4),
20: Color(0xFFffea89),
30: Color(0xFFf3d961),
40: Color(0xFFdbb91c),
50: Color(0xFFc2a728),
60: Color(0xFF8d7400),
70: Color(0xFF766200),
80: Color(0xFF564908),
90: Color(0xFF352b00),
100: Color(0xFF181400),
},
);