Color names in this palette
CSS code for this palette
/* CSS */
.purple-toolbox {
color: #7666c7;
}
.ube {
color: #897bc1;
}
.simply-violet {
color: #a89edc;
}
.purple-sand {
color: #c4b3e6;
}
.mousse-aux-pruneaux {
color: #e2cff2;
}
/* CSS Variables */
:root {
--purple-toolbox:#7666c7;
--ube:#897bc1;
--simply-violet:#a89edc;
--purple-sand:#c4b3e6;
--mousse-aux-pruneaux:#e2cff2;
}