Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.fat-gold {
color: #e6b400;
}
.mogwa-cheong-yellow {
color: #dbc900;
}
.octarine {
color: #c8d600;
}
.matcha-powder {
color: #a0d100;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--fat-gold:#e6b400;
--mogwa-cheong-yellow:#dbc900;
--octarine:#c8d600;
--matcha-powder:#a0d100;
}