Color names in this palette
CSS code for this palette
/* CSS */
.lili-elbe-s-pink {
color: #d4a1b1;
}
.enchanted-lavender {
color: #bba1e3;
}
.purple-hyacinth {
color: #6a8ebe;
}
.tourmaline-turquoise {
color: #4d9d99;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--lili-elbe-s-pink:#d4a1b1;
--enchanted-lavender:#bba1e3;
--purple-hyacinth:#6a8ebe;
--tourmaline-turquoise:#4d9d99;
--solar-plexus-chakra:#f1c84b;
}