Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #7e3d99;
}
.lusty-lavender {
color: #8e59ab;
}
.design-delight {
color: #a37cb1;
}
.bff {
color: #e0b2d6;
}
.rosy-nectar {
color: #f4c3e3;
}
/* CSS Variables */
:root {
--cadmium-violet:#7e3d99;
--lusty-lavender:#8e59ab;
--design-delight:#a37cb1;
--bff:#e0b2d6;
--rosy-nectar:#f4c3e3;
}