Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.jubilee {
color: #7d5b9f;
}
.wisteria {
color: #a77ccb;
}
.tropical-violet {
color: #d3a5e3;
}
.steamy-dumpling {
color: #e7e9b4;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--jubilee:#7d5b9f;
--wisteria:#a77ccb;
--tropical-violet:#d3a5e3;
--steamy-dumpling:#e7e9b4;
}