Color names in this palette
CSS code for this palette
/* CSS */
.bluish-purple-anemone {
color: #5d6cc0;
}
.night-in-manchester {
color: #4051b5;
}
.bumblebee {
color: #ffc929;
}
.smashing-pumpkins {
color: #ff5724;
}
.vermilion-bird {
color: #f44034;
}
/* CSS Variables */
:root {
--bluish-purple-anemone:#5d6cc0;
--night-in-manchester:#4051b5;
--bumblebee:#ffc929;
--smashing-pumpkins:#ff5724;
--vermilion-bird:#f44034;
}