Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.wildfire {
color: #ff8b33;
}
.vibrant-honey {
color: #ffbe33;
}
.spoiled-egg {
color: #e0ff33;
}
.alien-parasite {
color: #4eff33;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--wildfire:#ff8b33;
--vibrant-honey:#ffbe33;
--spoiled-egg:#e0ff33;
--alien-parasite:#4eff33;
}