Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.liberal-lilac {
color: #9b58b6;
}
.wisteria {
color: #ae7cc0;
}
.pretty-petunia {
color: #d6b0e3;
}
.mousse-aux-pruneaux {
color: #e4d4f7;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--liberal-lilac:#9b58b6;
--wisteria:#ae7cc0;
--pretty-petunia:#d6b0e3;
--mousse-aux-pruneaux:#e4d4f7;
}