Color names in this palette
CSS code for this palette
/* CSS */
.red-sauce-parlor {
color: #cf3b20;
}
.deep-reddish-orange {
color: #b85e3d;
}
.granary-gold {
color: #e6a14c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.beniukon-bronze {
color: #ff7e33;
}
/* CSS Variables */
:root {
--red-sauce-parlor:#cf3b20;
--deep-reddish-orange:#b85e3d;
--granary-gold:#e6a14c;
--solar-plexus-chakra:#f1c84b;
--beniukon-bronze:#ff7e33;
}