Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.jubilee {
color: #7d599b;
}
.wisteria {
color: #a57dba;
}
.pretty-petunia {
color: #d9b8e0;
}
.lavender-savor {
color: #f4e0ff;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--jubilee:#7d599b;
--wisteria:#a57dba;
--pretty-petunia:#d9b8e0;
--lavender-savor:#f4e0ff;
}