Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.true-v {
color: #8d7dcf;
}
.enchanted-lavender {
color: #bba3e0;
}
.grape-taffy {
color: #f1d6f5;
}
.palace-rose {
color: #f9c8d6;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--true-v:#8d7dcf;
--enchanted-lavender:#bba3e0;
--grape-taffy:#f1d6f5;
--palace-rose:#f9c8d6;
}