Color names in this palette
CSS code for this palette
/* CSS */
.maizena {
color: #f6ec60;
}
.westfall-yellow {
color: #f9d44e;
}
.pyrite {
color: #f8c43f;
}
.welcoming-wasp {
color: #f0a800;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
/* CSS Variables */
:root {
--maizena:#f6ec60;
--westfall-yellow:#f9d44e;
--pyrite:#f8c43f;
--welcoming-wasp:#f0a800;
--fleur-de-sel-caramel:#d68b00;
}