Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5f4b8b;
}
.wisteria {
color: #a57cbb;
}
.rosecco {
color: #eab8e4;
}
.peach-damask {
color: #f7c6a6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--bright-eggplant:#5f4b8b;
--wisteria:#a57cbb;
--rosecco:#eab8e4;
--peach-damask:#f7c6a6;
--solar-plexus-chakra:#f1c84b;
}