Color names in this palette
CSS code for this palette
/* CSS */
.grape-glimmer {
color: #dac7e1;
}
.berry-frapp {
color: #b5a0c5;
}
.lush-lilac {
color: #9c7cb6;
}
.magenta-violet {
color: #6c4f8c;
}
.mystic-nights {
color: #4f2d76;
}
/* CSS Variables */
:root {
--grape-glimmer:#dac7e1;
--berry-frapp:#b5a0c5;
--lush-lilac:#9c7cb6;
--magenta-violet:#6c4f8c;
--mystic-nights:#4f2d76;
}