Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5f4b8b;
}
.lilac-bush {
color: #9a7acd;
}
.perfume {
color: #c3a7e6;
}
.purple-s-baby-sister {
color: #f1c2f5;
}
.rogue-pink {
color: #f7a1bf;
}
/* CSS Variables */
:root {
--bright-eggplant:#5f4b8b;
--lilac-bush:#9a7acd;
--perfume:#c3a7e6;
--purple-s-baby-sister:#f1c2f5;
--rogue-pink:#f7a1bf;
}