Color names in this palette
CSS code for this palette
/* CSS */
.heart-chakra {
color: #5eba7e;
}
.feather-green {
color: #a3d1b5;
}
.duck-egg-cream {
color: #c8e4d0;
}
.bean-sprout {
color: #f4f8e8;
}
.fairy-sparkles {
color: #b4e2f9;
}
/* CSS Variables */
:root {
--heart-chakra:#5eba7e;
--feather-green:#a3d1b5;
--duck-egg-cream:#c8e4d0;
--bean-sprout:#f4f8e8;
--fairy-sparkles:#b4e2f9;
}