Color names in this palette
CSS code for this palette
/* CSS */
.harvest-at-dusk {
color: #cc8328;
}
.christmas-orange {
color: #d76e2d;
}
.tal-yi-gold {
color: #e9b15d;
}
.ride-off-into-the-sunset {
color: #f1d25f;
}
.fresco-cream {
color: #f9c9a4;
}
/* CSS Variables */
:root {
--harvest-at-dusk:#cc8328;
--christmas-orange:#d76e2d;
--tal-yi-gold:#e9b15d;
--ride-off-into-the-sunset:#f1d25f;
--fresco-cream:#f9c9a4;
}