Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.bright-orange {
color: #ff7033;
}
.ripe-pumpkin {
color: #ffb133;
}
.yellow-bell-pepper {
color: #ffda33;
}
.bright-light-green {
color: #33ff58;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--bright-orange:#ff7033;
--ripe-pumpkin:#ffb133;
--yellow-bell-pepper:#ffda33;
--bright-light-green:#33ff58;
}