Color names in this palette
CSS code for this palette
/* CSS */
.chartreuse-shot {
color: #d3d600;
}
.golden-gun {
color: #e0e000;
}
.safety-yellow {
color: #f0d000;
}
.curry-bubbles {
color: #f5b800;
}
.spicy-sweetcorn {
color: #f5a700;
}
/* CSS Variables */
:root {
--chartreuse-shot:#d3d600;
--golden-gun:#e0e000;
--safety-yellow:#f0d000;
--curry-bubbles:#f5b800;
--spicy-sweetcorn:#f5a700;
}