Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.bluish-purple-anemone {
color: #5d6cc0;
}
.fuchsia-blue {
color: #7e56c2;
}
.fuchsia-pheromone {
color: #a14fb5;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--bluish-purple-anemone:#5d6cc0;
--fuchsia-blue:#7e56c2;
--fuchsia-pheromone:#a14fb5;
--moth-orchid:#d6006f;
}