Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77ccb;
}
.bright-ube {
color: #d5a1e8;
}
.mousse-aux-pruneaux {
color: #e9c7f5;
}
.placebo-purple {
color: #f3e5ff;
}
.kissed-by-mist {
color: #f8d3f5;
}
/* CSS Variables */
:root {
--wisteria:#a77ccb;
--bright-ube:#d5a1e8;
--mousse-aux-pruneaux:#e9c7f5;
--placebo-purple:#f3e5ff;
--kissed-by-mist:#f8d3f5;
}