Color names in this palette
CSS code for this palette
/* CSS */
.powerful-mauve {
color: #4b3d5c;
}
.super-violet {
color: #785e8d;
}
.virtuous {
color: #9f7da6;
}
.pretty-petunia {
color: #d3b4e4;
}
.sweet-alyssum {
color: #e3c4e0;
}
/* CSS Variables */
:root {
--powerful-mauve:#4b3d5c;
--super-violet:#785e8d;
--virtuous:#9f7da6;
--pretty-petunia:#d3b4e4;
--sweet-alyssum:#e3c4e0;
}