Color names in this palette
CSS code for this palette
/* CSS */
.vanilla-pudding {
color: #f9e16c;
}
.sunny-mood {
color: #f7cb45;
}
.welcoming-wasp {
color: #f0a800;
}
.hot-butter {
color: #e69d00;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
/* CSS Variables */
:root {
--vanilla-pudding:#f9e16c;
--sunny-mood:#f7cb45;
--welcoming-wasp:#f0a800;
--hot-butter:#e69d00;
--fleur-de-sel-caramel:#d68b00;
}