Color names in this palette
CSS code for this palette
/* CSS */
.chateau-green {
color: #3b9b5b;
}
.heart-chakra {
color: #58bb7e;
}
.enchanted-emerald {
color: #7dd4a1;
}
.turquoise-tower {
color: #a5e3cd;
}
.cactus-water {
color: #cff7e4;
}
/* CSS Variables */
:root {
--chateau-green:#3b9b5b;
--heart-chakra:#58bb7e;
--enchanted-emerald:#7dd4a1;
--turquoise-tower:#a5e3cd;
--cactus-water:#cff7e4;
}