Color names in this palette
CSS code for this palette
/* CSS */
.honey-glow {
color: #e7b84b;
}
.citronite {
color: #deb03b;
}
.tawny-olive {
color: #c8972d;
}
.nataneyu-gold {
color: #a47c1e;
}
.grizzly {
color: #8a5f15;
}
/* CSS Variables */
:root {
--honey-glow:#e7b84b;
--citronite:#deb03b;
--tawny-olive:#c8972d;
--nataneyu-gold:#a47c1e;
--grizzly:#8a5f15;
}