Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5e4b8b;
}
.crown-jewels {
color: #9969b0;
}
.perfume {
color: #c1a7d7;
}
.pretty-petunia {
color: #d7b6e2;
}
.bubblegum-crisis {
color: #f2caf2;
}
/* CSS Variables */
:root {
--bright-eggplant:#5e4b8b;
--crown-jewels:#9969b0;
--perfume:#c1a7d7;
--pretty-petunia:#d7b6e2;
--bubblegum-crisis:#f2caf2;
}