Color names in this palette
CSS code for this palette
/* CSS */
.liberal-lilac {
color: #9b58b6;
}
.moonshadow {
color: #8d43ad;
}
.maximum-purple {
color: #6d3483;
}
.acai {
color: #4c245c;
}
.pretty-petunia {
color: #d4b5e8;
}
/* CSS Variables */
:root {
--liberal-lilac:#9b58b6;
--moonshadow:#8d43ad;
--maximum-purple:#6d3483;
--acai:#4c245c;
--pretty-petunia:#d4b5e8;
}