Color names in this palette
CSS code for this palette
/* CSS */
.noble-cause-purple {
color: #7f1d9a;
}
.royal-gramma-purple {
color: #a04ebc;
}
.pale-purple {
color: #b68cd9;
}
.bright-ube {
color: #d39fe5;
}
.mousse-aux-pruneaux {
color: #e2c7f0;
}
/* CSS Variables */
:root {
--noble-cause-purple:#7f1d9a;
--royal-gramma-purple:#a04ebc;
--pale-purple:#b68cd9;
--bright-ube:#d39fe5;
--mousse-aux-pruneaux:#e2c7f0;
}