Color names in this palette
CSS code for this palette
/* CSS */
.lusty-lavender {
color: #8a5cb2;
}
.soft-purple {
color: #a56bb8;
}
.spring-wisteria {
color: #cba5d9;
}
.minute-mauve {
color: #f2e2f8;
}
.dahlia-delight {
color: #f8bfd3;
}
/* CSS Variables */
:root {
--lusty-lavender:#8a5cb2;
--soft-purple:#a56bb8;
--spring-wisteria:#cba5d9;
--minute-mauve:#f2e2f8;
--dahlia-delight:#f8bfd3;
}