Color names in this palette
CSS code for this palette
/* CSS */
.vanilla {
color: #f3e4aa;
}
.moonlight-yellow {
color: #e0c58a;
}
.barley {
color: #d3b67e;
}
.hay-yellow {
color: #c4a46e;
}
.antique-gold {
color: #b59b5e;
}
/* CSS Variables */
:root {
--vanilla:#f3e4aa;
--moonlight-yellow:#e0c58a;
--barley:#d3b67e;
--hay-yellow:#c4a46e;
--antique-gold:#b59b5e;
}