Color names in this palette
CSS code for this palette
/* CSS */
.wild-violet {
color: #681b98;
}
.nebula-outpost {
color: #8c24a8;
}
.fuchsia-pheromone {
color: #ab47bd;
}
.medium-pink {
color: #f06090;
}
.egg-yolk {
color: #ffcc80;
}
/* CSS Variables */
:root {
--wild-violet:#681b98;
--nebula-outpost:#8c24a8;
--fuchsia-pheromone:#ab47bd;
--medium-pink:#f06090;
--egg-yolk:#ffcc80;
}