Color names in this palette
CSS code for this palette
/* CSS */
.mauve {
color: #e0b3ff;
}
.bright-ube {
color: #d6a1e8;
}
.purception {
color: #c68ad0;
}
.soft-purple {
color: #a56bb8;
}
.vicious-violet {
color: #8b4c9e;
}
/* CSS Variables */
:root {
--mauve:#e0b3ff;
--bright-ube:#d6a1e8;
--purception:#c68ad0;
--soft-purple:#a56bb8;
--vicious-violet:#8b4c9e;
}