Color names in this palette
CSS code for this palette
/* CSS */
.purple-sand {
color: #c6b0e8;
}
.enchanted-lavender {
color: #be9ee0;
}
.wisteria {
color: #a57bc1;
}
.heath-spotted-orchid {
color: #9b599a;
}
.soft-cashmere {
color: #f1b1d8;
}
/* CSS Variables */
:root {
--purple-sand:#c6b0e8;
--enchanted-lavender:#be9ee0;
--wisteria:#a57bc1;
--heath-spotted-orchid:#9b599a;
--soft-cashmere:#f1b1d8;
}