Color names in this palette
CSS code for this palette
/* CSS */
.harvest-at-dusk {
color: #cc8328;
}
.egyptian-gold {
color: #efae4d;
}
.forsythia-blossom {
color: #f5d76b;
}
.shrimp-toast {
color: #f9c69f;
}
.jack-o-lantern {
color: #d67a4c;
}
/* CSS Variables */
:root {
--harvest-at-dusk:#cc8328;
--egyptian-gold:#efae4d;
--forsythia-blossom:#f5d76b;
--shrimp-toast:#f9c69f;
--jack-o-lantern:#d67a4c;
}