Color names in this palette
CSS code for this palette
/* CSS */
.her-highness {
color: #3c2b6e;
}
.bright-eggplant {
color: #5c4b8b;
}
.ode-to-purple {
color: #a59bc0;
}
.lavender-water {
color: #d1c6e1;
}
.minute-mauve {
color: #f2e7f3;
}
/* CSS Variables */
:root {
--her-highness:#3c2b6e;
--bright-eggplant:#5c4b8b;
--ode-to-purple:#a59bc0;
--lavender-water:#d1c6e1;
--minute-mauve:#f2e7f3;
}