Color names in this palette
CSS code for this palette
/* CSS */
.coffee-cream {
color: #fef2d7;
}
.september-sun {
color: #fbd7a2;
}
.cheddar-chunk {
color: #f9c980;
}
.butter-cream {
color: #f6b141;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--coffee-cream:#fef2d7;
--september-sun:#fbd7a2;
--cheddar-chunk:#f9c980;
--butter-cream:#f6b141;
--welcoming-wasp:#f0a800;
}