Color names in this palette
CSS code for this palette
/* CSS */
.fresh-eggplant {
color: #4c3e7a;
}
.jubilee {
color: #7a5f9b;
}
.flirty-pink {
color: #9c87b0;
}
.lilac-fluff {
color: #c6a4c1;
}
.queen-pink {
color: #e7cbd5;
}
/* CSS Variables */
:root {
--fresh-eggplant:#4c3e7a;
--jubilee:#7a5f9b;
--flirty-pink:#9c87b0;
--lilac-fluff:#c6a4c1;
--queen-pink:#e7cbd5;
}