Color names in this palette
CSS code for this palette
/* CSS */
.golden-ecru {
color: #d8c39d;
}
.russeau-gold {
color: #e6d6b2;
}
.flower-of-oahu {
color: #f7e1c5;
}
.crunch {
color: #f2b75f;
}
.mineral-yellow {
color: #d19b3d;
}
/* CSS Variables */
:root {
--golden-ecru:#d8c39d;
--russeau-gold:#e6d6b2;
--flower-of-oahu:#f7e1c5;
--crunch:#f2b75f;
--mineral-yellow:#d19b3d;
}