Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77ccb;
}
.lavender-cream {
color: #c4a0e9;
}
.mousse-aux-pruneaux {
color: #e9c7f5;
}
.bright-dusk {
color: #f0e5fb;
}
.wisteria {
color: #b57dca;
}
/* CSS Variables */
:root {
--wisteria:#a77ccb;
--lavender-cream:#c4a0e9;
--mousse-aux-pruneaux:#e9c7f5;
--bright-dusk:#f0e5fb;
--wisteria:#b57dca;
}