Color names in this palette
CSS code for this palette
/* CSS */
.bumblebee {
color: #ffc929;
}
.smashing-pumpkins {
color: #ff5724;
}
.vermilion-bird {
color: #f44034;
}
.vitamin-c {
color: #ff9900;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--bumblebee:#ffc929;
--smashing-pumpkins:#ff5724;
--vermilion-bird:#f44034;
--vitamin-c:#ff9900;
--devil-s-grass:#4cae4f;
}