Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5d4c8a;
}
.lilac-purple {
color: #9b7ccb;
}
.candy-floss {
color: #e4afe4;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--bright-eggplant:#5d4c8a;
--lilac-purple:#9b7ccb;
--candy-floss:#e4afe4;
--solar-plexus-chakra:#f1c84b;
--sun-orange:#f47b1f;
}