Color names in this palette
CSS code for this palette
/* CSS */
.sell-gold {
color: #d7b05b;
}
.polenta {
color: #efc37b;
}
.muscadine {
color: #f4e5a9;
}
.koji-orange {
color: #f8b249;
}
.raucous-orange {
color: #c65a2f;
}
/* CSS Variables */
:root {
--sell-gold:#d7b05b;
--polenta:#efc37b;
--muscadine:#f4e5a9;
--koji-orange:#f8b249;
--raucous-orange:#c65a2f;
}