Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4d89;
}
.lilac-purple {
color: #9f7dbf;
}
.tropical-violet {
color: #d2a6e3;
}
.pretty-in-pink {
color: #f7c0e2;
}
.funki-porcini {
color: #f0999c;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4d89;
--lilac-purple:#9f7dbf;
--tropical-violet:#d2a6e3;
--pretty-in-pink:#f7c0e2;
--funki-porcini:#f0999c;
}