Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5b4b8b;
}
.relic {
color: #8a7b9d;
}
.blue-pink {
color: #b6a0c5;
}
.carnation-bouquet {
color: #f1c1d2;
}
.shell-pink {
color: #f77e7e;
}
/* CSS Variables */
:root {
--bright-eggplant:#5b4b8b;
--relic:#8a7b9d;
--blue-pink:#b6a0c5;
--carnation-bouquet:#f1c1d2;
--shell-pink:#f77e7e;
}