Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592d8f;
}
.studio {
color: #794d9d;
}
.soft-purple {
color: #a86bbd;
}
.pretty-petunia {
color: #d3b3e5;
}
.scented-spring {
color: #f0d1f5;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592d8f;
--studio:#794d9d;
--soft-purple:#a86bbd;
--pretty-petunia:#d3b3e5;
--scented-spring:#f0d1f5;
}