Color names in this palette
CSS code for this palette
/* CSS */
.purple-sapphire {
color: #7d4b91;
}
.fuchsia-pheromone {
color: #ab47bd;
}
.princeton-orange {
color: #ff9100;
}
.bumblebee {
color: #ffc929;
}
.khmer-curry {
color: #ef5552;
}
/* CSS Variables */
:root {
--purple-sapphire:#7d4b91;
--fuchsia-pheromone:#ab47bd;
--princeton-orange:#ff9100;
--bumblebee:#ffc929;
--khmer-curry:#ef5552;
}