Color names in this palette
CSS code for this palette
/* CSS */
.cleopatra-s-gown {
color: #7b4b8b;
}
.dark-lilac {
color: #9f6ea0;
}
.tuileries-tint {
color: #b89cbf;
}
.pretty-petunia {
color: #d5b7e1;
}
.mousse-aux-pruneaux {
color: #e5c9f3;
}
/* CSS Variables */
:root {
--cleopatra-s-gown:#7b4b8b;
--dark-lilac:#9f6ea0;
--tuileries-tint:#b89cbf;
--pretty-petunia:#d5b7e1;
--mousse-aux-pruneaux:#e5c9f3;
}