Color names in this palette
CSS code for this palette
/* CSS */
.druchii-violet {
color: #7c2a92;
}
.fuchsia-pheromone {
color: #9e4bb9;
}
.rich-lilac {
color: #b771d1;
}
.bright-ube {
color: #d5a4e5;
}
.bubblegum-crisis {
color: #f1d0f0;
}
/* CSS Variables */
:root {
--druchii-violet:#7c2a92;
--fuchsia-pheromone:#9e4bb9;
--rich-lilac:#b771d1;
--bright-ube:#d5a4e5;
--bubblegum-crisis:#f1d0f0;
}