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;
}
.cookie-dough {
color: #a86d00;
}
.sugarloaf-brown {
color: #5c4900;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--welcoming-wasp:#f0a800;
--fleur-de-sel-caramel:#d68b00;
--cookie-dough:#a86d00;
--sugarloaf-brown:#5c4900;
}