Color names in this palette
CSS code for this palette
/* CSS */
.mousse-aux-pruneaux {
color: #ead3f8;
}
.pretty-petunia {
color: #d6b0e3;
}
.mauve-mist {
color: #c497d8;
}
.soft-purple {
color: #a36cb7;
}
.parfait-d-amour {
color: #6f4d99;
}
/* CSS Variables */
:root {
--mousse-aux-pruneaux:#ead3f8;
--pretty-petunia:#d6b0e3;
--mauve-mist:#c497d8;
--soft-purple:#a36cb7;
--parfait-d-amour:#6f4d99;
}