Color names in this palette
CSS code for this palette
/* CSS */
.saffron-mango {
color: #f9be58;
}
.welcoming-wasp {
color: #f0a800;
}
.harvest-eve-gold {
color: #d68f00;
}
.sludge {
color: #c76a00;
}
.windsor-brown {
color: #a35c00;
}
/* CSS Variables */
:root {
--saffron-mango:#f9be58;
--welcoming-wasp:#f0a800;
--harvest-eve-gold:#d68f00;
--sludge:#c76a00;
--windsor-brown:#a35c00;
}