Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4d89;
}
.matt-purple {
color: #9b7cda;
}
.bright-lavender {
color: #bf9ee5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4d89;
--matt-purple:#9b7cda;
--bright-lavender:#bf9ee5;
--solar-plexus-chakra:#f1c84b;
--orange-gluttony:#e77e23;
}