Color names in this palette
CSS code for this palette
/* CSS */
.english-lavender {
color: #9a7bb2;
}
.lush-lilac {
color: #a37fb8;
}
.crocus-petal {
color: #b79bc5;
}
.pretty-petunia {
color: #d3b2e0;
}
.mousse-aux-pruneaux {
color: #e5c7f0;
}
/* CSS Variables */
:root {
--english-lavender:#9a7bb2;
--lush-lilac:#a37fb8;
--crocus-petal:#b79bc5;
--pretty-petunia:#d3b2e0;
--mousse-aux-pruneaux:#e5c7f0;
}