Color names in this palette
CSS code for this palette
/* CSS */
.cedar-chest {
color: #c75d4d;
}
.folksy-gold {
color: #d89969;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sugar-cookie {
color: #f2e1a1;
}
.mint-cocktail-green {
color: #b6e0ae;
}
/* CSS Variables */
:root {
--cedar-chest:#c75d4d;
--folksy-gold:#d89969;
--solar-plexus-chakra:#f1c84b;
--sugar-cookie:#f2e1a1;
--mint-cocktail-green:#b6e0ae;
}