Color names in this palette
CSS code for this palette
/* CSS */
.optimistic-yellow {
color: #f6e0a7;
}
.hawker-s-gold {
color: #f3c26d;
}
.amber-glow {
color: #f09c3d;
}
.field-poppy {
color: #d86a3b;
}
.potter-s-clay {
color: #a7492a;
}
/* CSS Variables */
:root {
--optimistic-yellow:#f6e0a7;
--hawker-s-gold:#f3c26d;
--amber-glow:#f09c3d;
--field-poppy:#d86a3b;
--potter-s-clay:#a7492a;
}