Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-covered {
color: #914321;
}
.fiery-orange {
color: #b45b31;
}
.mineral-yellow {
color: #d49e3a;
}
.bountiful-gold {
color: #e2c06a;
}
.lime-bright {
color: #f1e3b1;
}
/* CSS Variables */
:root {
--chocolate-covered:#914321;
--fiery-orange:#b45b31;
--mineral-yellow:#d49e3a;
--bountiful-gold:#e2c06a;
--lime-bright:#f1e3b1;
}