Color names in this palette
CSS code for this palette
/* CSS */
.gilded {
color: #f5d94d;
}
.bountiful-gold {
color: #e3c66d;
}
.roasted-pistachio {
color: #c8b679;
}
.husk {
color: #b5974a;
}
.peanut-brittle {
color: #a58c3b;
}
/* CSS Variables */
:root {
--gilded:#f5d94d;
--bountiful-gold:#e3c66d;
--roasted-pistachio:#c8b679;
--husk:#b5974a;
--peanut-brittle:#a58c3b;
}