Color names in this palette
CSS code for this palette
/* CSS */
.feminine-fancy {
color: #c5a5d5;
}
.wisteria {
color: #a87dba;
}
.heath-spotted-orchid {
color: #a15e9d;
}
.thimble-red {
color: #a15e8c;
}
.eminence {
color: #6b3b78;
}
/* CSS Variables */
:root {
--feminine-fancy:#c5a5d5;
--wisteria:#a87dba;
--heath-spotted-orchid:#a15e9d;
--thimble-red:#a15e8c;
--eminence:#6b3b78;
}