Color names in this palette
CSS code for this palette
/* CSS */
.heart-chakra {
color: #5dbb7e;
}
.frugal {
color: #a6d8b6;
}
.earth-happiness {
color: #e0efc8;
}
.yellow-cream {
color: #f2d269;
}
.tangerine-bliss {
color: #d75e33;
}
/* CSS Variables */
:root {
--heart-chakra:#5dbb7e;
--frugal:#a6d8b6;
--earth-happiness:#e0efc8;
--yellow-cream:#f2d269;
--tangerine-bliss:#d75e33;
}