Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.jubilee {
color: #7b5b9f;
}
.violet-femmes {
color: #a26da1;
}
.cyclamen {
color: #d08abe;
}
.prism-pink {
color: #f0a3c4;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--jubilee:#7b5b9f;
--violet-femmes:#a26da1;
--cyclamen:#d08abe;
--prism-pink:#f0a3c4;
}