Color names in this palette
CSS code for this palette
/* CSS */
.enchanted-emerald {
color: #80d6a1;
}
.mint-cocktail-green {
color: #b2e0b3;
}
.chicon {
color: #d9f5b2;
}
.yellow-chalk {
color: #f4f9a9;
}
.flavescent {
color: #f5e68e;
}
/* CSS Variables */
:root {
--enchanted-emerald:#80d6a1;
--mint-cocktail-green:#b2e0b3;
--chicon:#d9f5b2;
--yellow-chalk:#f4f9a9;
--flavescent:#f5e68e;
}