Color names in this palette
CSS code for this palette
/* CSS */
.harvest-at-dusk {
color: #cc8328;
}
.bitter-orange {
color: #d57a2a;
}
.gilded-leaves {
color: #e6a53d;
}
.creamy-sweet-corn {
color: #f6c04c;
}
.aspen-yellow {
color: #f7e0a1;
}
/* CSS Variables */
:root {
--harvest-at-dusk:#cc8328;
--bitter-orange:#d57a2a;
--gilded-leaves:#e6a53d;
--creamy-sweet-corn:#f6c04c;
--aspen-yellow:#f7e0a1;
}