Color names in this palette
CSS code for this palette
/* CSS */
.powerful-mauve {
color: #4c3c5d;
}
.beauty {
color: #876a8a;
}
.damsel {
color: #c9a1b1;
}
.nursery-pink {
color: #f3d8e7;
}
.illuminated {
color: #f9e5d7;
}
/* CSS Variables */
:root {
--powerful-mauve:#4c3c5d;
--beauty:#876a8a;
--damsel:#c9a1b1;
--nursery-pink:#f3d8e7;
--illuminated:#f9e5d7;
}