Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592c90;
}
.royal-lavender {
color: #7b4baf;
}
.wisteria {
color: #a67fc3;
}
.pretty-petunia {
color: #d3b2e0;
}
.placebo-purple {
color: #f1e5ff;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592c90;
--royal-lavender:#7b4baf;
--wisteria:#a67fc3;
--pretty-petunia:#d3b2e0;
--placebo-purple:#f1e5ff;
}