Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a67ccb;
}
.violet-velvet {
color: #b89edc;
}
.pretty-petunia {
color: #d2b3e5;
}
.mousse-aux-pruneaux {
color: #e5c7f0;
}
.lavender-savor {
color: #f4e0ff;
}
/* CSS Variables */
:root {
--wisteria:#a67ccb;
--violet-velvet:#b89edc;
--pretty-petunia:#d2b3e5;
--mousse-aux-pruneaux:#e5c7f0;
--lavender-savor:#f4e0ff;
}