Color names in this palette
CSS code for this palette
/* CSS */
.saffron-mango {
color: #f9be58;
}
.mad-for-mango {
color: #f5a300;
}
.harvest-eve-gold {
color: #d68f00;
}
.fire-ant {
color: #c26b00;
}
.charlie-brown {
color: #9e5200;
}
/* CSS Variables */
:root {
--saffron-mango:#f9be58;
--mad-for-mango:#f5a300;
--harvest-eve-gold:#d68f00;
--fire-ant:#c26b00;
--charlie-brown:#9e5200;
}