Color names in this palette
CSS code for this palette
/* CSS */
.parfait-d-amour {
color: #6a4e97;
}
.royal-lavender {
color: #7d59ab;
}
.wisteria {
color: #a57cbb;
}
.spring-wisteria {
color: #d0a4df;
}
.minute-mauve {
color: #f4e2f8;
}
/* CSS Variables */
:root {
--parfait-d-amour:#6a4e97;
--royal-lavender:#7d59ab;
--wisteria:#a57cbb;
--spring-wisteria:#d0a4df;
--minute-mauve:#f4e2f8;
}