Color names in this palette
CSS code for this palette
/* CSS */
.pink-spyro {
color: #9b27b0;
}
.noble-cause-purple {
color: #7b1fa3;
}
.wild-violet {
color: #681b98;
}
.fuchsia-pheromone {
color: #ab47bd;
}
.mellow-melon {
color: #e92063;
}
/* CSS Variables */
:root {
--pink-spyro:#9b27b0;
--noble-cause-purple:#7b1fa3;
--wild-violet:#681b98;
--fuchsia-pheromone:#ab47bd;
--mellow-melon:#e92063;
}