Color names in this palette
CSS code for this palette
/* CSS */
.enamel-green {
color: #b8caaa;
}
.creamy-vanilla {
color: #f3e7bf;
}
.puff-pastry-yellow {
color: #fbcc8e;
}
.butter-cream {
color: #efae3e;
}
.campfire {
color: #d05c39;
}
/* CSS Variables */
:root {
--enamel-green:#b8caaa;
--creamy-vanilla:#f3e7bf;
--puff-pastry-yellow:#fbcc8e;
--butter-cream:#efae3e;
--campfire:#d05c39;
}