Color names in this palette
CSS code for this palette
/* CSS */
.harvest-at-dusk {
color: #cc8328;
}
.holy-cannoli {
color: #d97a3f;
}
.river-of-gold {
color: #e6b65b;
}
.sunday-afternoon {
color: #f4c67b;
}
.blended-fruit {
color: #f9e5a4;
}
/* CSS Variables */
:root {
--harvest-at-dusk:#cc8328;
--holy-cannoli:#d97a3f;
--river-of-gold:#e6b65b;
--sunday-afternoon:#f4c67b;
--blended-fruit:#f9e5a4;
}