Color names in this palette
CSS code for this palette
/* CSS */
.wild-violet {
color: #681b98;
}
.fuchsia-pheromone {
color: #ab47bd;
}
.shocking-orange {
color: #ff6d1f;
}
.ucla-gold {
color: #ffb300;
}
.wizard-white {
color: #e2f2fd;
}
/* CSS Variables */
:root {
--wild-violet:#681b98;
--fuchsia-pheromone:#ab47bd;
--shocking-orange:#ff6d1f;
--ucla-gold:#ffb300;
--wizard-white:#e2f2fd;
}