Color names in this palette
CSS code for this palette
/* CSS */
.lavender-mist {
color: #e5e5fa;
}
.new-violet {
color: #d5c1e1;
}
.violet-whimsy {
color: #b38cb5;
}
.wisteria {
color: #a67dbf;
}
.petal-plush {
color: #e2b0e8;
}
/* CSS Variables */
:root {
--lavender-mist:#e5e5fa;
--new-violet:#d5c1e1;
--violet-whimsy:#b38cb5;
--wisteria:#a67dbf;
--petal-plush:#e2b0e8;
}