Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f4c32f;
}
.flambrosia {
color: #e6a400;
}
.harvest-eve-gold {
color: #d68f00;
}
.indocile-tiger {
color: #b86b00;
}
.windsor-brown {
color: #a35400;
}
/* CSS Variables */
:root {
--saffron:#f4c32f;
--flambrosia:#e6a400;
--harvest-eve-gold:#d68f00;
--indocile-tiger:#b86b00;
--windsor-brown:#a35400;
}