Color names in this palette
CSS code for this palette
/* CSS */
.dream-land {
color: #e6b3e5;
}
.enchanted-lavender {
color: #be9ee0;
}
.wisteria {
color: #a67abd;
}
.new-violet {
color: #d5c3df;
}
.placebo-purple {
color: #f1e5ff;
}
/* CSS Variables */
:root {
--dream-land:#e6b3e5;
--enchanted-lavender:#be9ee0;
--wisteria:#a67abd;
--new-violet:#d5c3df;
--placebo-purple:#f1e5ff;
}