Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.fat-gold {
color: #e6b400;
}
.chartreuse-shot {
color: #d3d600;
}
.snot-green {
color: #a2c700;
}
.green-thumb {
color: #6f9e00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--fat-gold:#e6b400;
--chartreuse-shot:#d3d600;
--snot-green:#a2c700;
--green-thumb:#6f9e00;
}