Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.welcoming-wasp {
color: #f0a800;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.brown-butter {
color: #a87e00;
}
.arousing-alligator {
color: #7a6800;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--welcoming-wasp:#f0a800;
--fleur-de-sel-caramel:#d68b00;
--brown-butter:#a87e00;
--arousing-alligator:#7a6800;
}