Color names in this palette
CSS code for this palette
/* CSS */
.harvest-at-dusk {
color: #cc8328;
}
.coppersmith {
color: #d78a3c;
}
.river-of-gold {
color: #e2b55a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lighthouse-glow {
color: #f9d36c;
}
/* CSS Variables */
:root {
--harvest-at-dusk:#cc8328;
--coppersmith:#d78a3c;
--river-of-gold:#e2b55a;
--solar-plexus-chakra:#f1c84b;
--lighthouse-glow:#f9d36c;
}