Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.super-violet {
color: #795a8c;
}
.tatarian-aster {
color: #9a6a99;
}
.enhance {
color: #d4a1be;
}
.palace-rose {
color: #f9c8d5;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--super-violet:#795a8c;
--tatarian-aster:#9a6a99;
--enhance:#d4a1be;
--palace-rose:#f9c8d5;
}