Color names in this palette
CSS code for this palette
/* CSS */
.grape-arbor {
color: #a99cc9;
}
.silver-rust {
color: #bfa2e6;
}
.pretty-petunia {
color: #d7b1e2;
}
.mousse-aux-pruneaux {
color: #e9c7f5;
}
.rose-drag-e {
color: #f1d2f9;
}
/* CSS Variables */
:root {
--grape-arbor:#a99cc9;
--silver-rust:#bfa2e6;
--pretty-petunia:#d7b1e2;
--mousse-aux-pruneaux:#e9c7f5;
--rose-drag-e:#f1d2f9;
}