Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4a2c90;
}
.pure-mauve {
color: #684f92;
}
.lush-lilac {
color: #a17dba;
}
.bright-ube {
color: #d0a6e8;
}
.mousse-aux-pruneaux {
color: #e9c7f5;
}
/* CSS Variables */
:root {
--galactic-purple:#4a2c90;
--pure-mauve:#684f92;
--lush-lilac:#a17dba;
--bright-ube:#d0a6e8;
--mousse-aux-pruneaux:#e9c7f5;
}