Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a45b9c;
}
.wisteria {
color: #a67ece;
}
.simply-violet {
color: #a8a3e0;
}
.lupine {
color: #bf99c2;
}
.liseran-purple {
color: #d86f9c;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a45b9c;
--wisteria:#a67ece;
--simply-violet:#a8a3e0;
--lupine:#bf99c2;
--liseran-purple:#d86f9c;
}