Color names in this palette
CSS code for this palette
/* CSS */
.crazy-eyes {
color: #64b48f;
}
.mother-of-pearl-green {
color: #8ed2a0;
}
.mint-cocktail-green {
color: #b2e0b3;
}
.praise-the-sun {
color: #f1f5d6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--crazy-eyes:#64b48f;
--mother-of-pearl-green:#8ed2a0;
--mint-cocktail-green:#b2e0b3;
--praise-the-sun:#f1f5d6;
--solar-plexus-chakra:#f1c84b;
}