Color names in this palette
CSS code for this palette
/* CSS */
.her-highness {
color: #3f2a6f;
}
.bright-eggplant {
color: #5a4b8b;
}
.viola-grey {
color: #8c6a9a;
}
.tsarina {
color: #d2b2c5;
}
.bone-white {
color: #f2e0b1;
}
/* CSS Variables */
:root {
--her-highness:#3f2a6f;
--bright-eggplant:#5a4b8b;
--viola-grey:#8c6a9a;
--tsarina:#d2b2c5;
--bone-white:#f2e0b1;
}