Color names in this palette
CSS code for this palette
/* CSS */
.enchanted-lavender {
color: #bea1d9;
}
.milky-lavender {
color: #afa1d3;
}
.may-mist {
color: #a49fc6;
}
.wish {
color: #b9b6e2;
}
.syrian-violet {
color: #e1c8e5;
}
/* CSS Variables */
:root {
--enchanted-lavender:#bea1d9;
--milky-lavender:#afa1d3;
--may-mist:#a49fc6;
--wish:#b9b6e2;
--syrian-violet:#e1c8e5;
}