Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.fat-gold {
color: #e6b400;
}
.golden-foil {
color: #c7c400;
}
.matcha-powder {
color: #a0d100;
}
.overgrowth {
color: #8cce3b;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--fat-gold:#e6b400;
--golden-foil:#c7c400;
--matcha-powder:#a0d100;
--overgrowth:#8cce3b;
}