Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.wildfire {
color: #ff8b33;
}
.buddha-s-love-handles {
color: #ffbb33;
}
.stadium-grass {
color: #daff33;
}
.lime {
color: #a3ff33;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--wildfire:#ff8b33;
--buddha-s-love-handles:#ffbb33;
--stadium-grass:#daff33;
--lime:#a3ff33;
}