Color names in this palette
CSS code for this palette
/* CSS */
.fresh-eggplant {
color: #4d3f83;
}
.jubilee {
color: #7b5b9f;
}
.lush-lilac {
color: #a37cb6;
}
.elastic-pink {
color: #f1a2c7;
}
.yellow-tulip {
color: #f2d16e;
}
/* CSS Variables */
:root {
--fresh-eggplant:#4d3f83;
--jubilee:#7b5b9f;
--lush-lilac:#a37cb6;
--elastic-pink:#f1a2c7;
--yellow-tulip:#f2d16e;
}