Color names in this palette
CSS code for this palette
/* CSS */
.orange-soda {
color: #ff5e3d;
}
.joyful-orange {
color: #ff913d;
}
.daisy {
color: #ffd53d;
}
.alien-parasite {
color: #5eff3d;
}
.bright-light-green {
color: #3dff5e;
}
/* CSS Variables */
:root {
--orange-soda:#ff5e3d;
--joyful-orange:#ff913d;
--daisy:#ffd53d;
--alien-parasite:#5eff3d;
--bright-light-green:#3dff5e;
}