Color names in this palette
CSS code for this palette
/* CSS */
.rumba-orange {
color: #c97e40;
}
.sweet-maple {
color: #dfaf6d;
}
.river-of-gold {
color: #e7b85f;
}
.lioness {
color: #dfaf49;
}
.rose-of-sharon {
color: #aa4e2c;
}
/* CSS Variables */
:root {
--rumba-orange:#c97e40;
--sweet-maple:#dfaf6d;
--river-of-gold:#e7b85f;
--lioness:#dfaf49;
--rose-of-sharon:#aa4e2c;
}