Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.quiche-lorraine {
color: #fdd46d;
}
.drover {
color: #fce99c;
}
.mango-margarita {
color: #f6b951;
}
.radiant-yellow {
color: #f69e23;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--quiche-lorraine:#fdd46d;
--drover:#fce99c;
--mango-margarita:#f6b951;
--radiant-yellow:#f69e23;
}