Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592d8f;
}
.royal-lavender {
color: #7b4baf;
}
.royal-gramma-purple {
color: #a557c1;
}
.lavender-tea {
color: #d68aff;
}
.wisteria-powder {
color: #e8c7ff;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592d8f;
--royal-lavender:#7b4baf;
--royal-gramma-purple:#a557c1;
--lavender-tea:#d68aff;
--wisteria-powder:#e8c7ff;
}