Color names in this palette
CSS code for this palette
/* CSS */
.saffron-mango {
color: #f9be58;
}
.welcoming-wasp {
color: #f0a800;
}
.harvest-eve-gold {
color: #d68f00;
}
.indocile-tiger {
color: #b86b00;
}
.charlie-brown {
color: #9e5200;
}
/* CSS Variables */
:root {
--saffron-mango:#f9be58;
--welcoming-wasp:#f0a800;
--harvest-eve-gold:#d68f00;
--indocile-tiger:#b86b00;
--charlie-brown:#9e5200;
}