Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.relic {
color: #8a7b9d;
}
.instigate {
color: #aea7c8;
}
.prom-corsage {
color: #e9c3e4;
}
.pink-grapefruit {
color: #f2bac7;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--relic:#8a7b9d;
--instigate:#aea7c8;
--prom-corsage:#e9c3e4;
--pink-grapefruit:#f2bac7;
}