Color names in this palette
CSS code for this palette
/* CSS */
.spruce-yellow {
color: #b67c3e;
}
.afghan-sand {
color: #d1a85c;
}
.hawker-s-gold {
color: #f7c169;
}
.venetian-yellow {
color: #f7e1a1;
}
.ethereal-green {
color: #f0e8c7;
}
/* CSS Variables */
:root {
--spruce-yellow:#b67c3e;
--afghan-sand:#d1a85c;
--hawker-s-gold:#f7c169;
--venetian-yellow:#f7e1a1;
--ethereal-green:#f0e8c7;
}