Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.fat-gold {
color: #e6b800;
}
.sorbet-yellow {
color: #dbc200;
}
.serpent-scepter {
color: #b5d100;
}
.green-fiasco {
color: #a1e600;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--fat-gold:#e6b800;
--sorbet-yellow:#dbc200;
--serpent-scepter:#b5d100;
--green-fiasco:#a1e600;
}