Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a67dba;
}
.enchanted-lavender {
color: #c0a4d6;
}
.sweety-pie {
color: #e5c8e3;
}
.sheer-lavender {
color: #f1e1f4;
}
.mauve-mist {
color: #c49fd6;
}
/* CSS Variables */
:root {
--wisteria:#a67dba;
--enchanted-lavender:#c0a4d6;
--sweety-pie:#e5c8e3;
--sheer-lavender:#f1e1f4;
--mauve-mist:#c49fd6;
}