Color names in this palette
CSS code for this palette
/* CSS */
.liberal-lilac {
color: #9b58b6;
}
.prickly-purple {
color: #a35cbc;
}
.pale-purple {
color: #b78cd4;
}
.pretty-petunia {
color: #d8b3e6;
}
.purple-s-baby-sister {
color: #e6c1f0;
}
/* CSS Variables */
:root {
--liberal-lilac:#9b58b6;
--prickly-purple:#a35cbc;
--pale-purple:#b78cd4;
--pretty-petunia:#d8b3e6;
--purple-s-baby-sister:#e6c1f0;
}