Color names in this palette
CSS code for this palette
/* CSS */
.bell-heather {
color: #a67ab3;
}
.enchanted-lavender {
color: #baa2d8;
}
.york-plum {
color: #d2c1e6;
}
.lavender-savor {
color: #f2e0ff;
}
.think-pink {
color: #e6a3c2;
}
/* CSS Variables */
:root {
--bell-heather:#a67ab3;
--enchanted-lavender:#baa2d8;
--york-plum:#d2c1e6;
--lavender-savor:#f2e0ff;
--think-pink:#e6a3c2;
}