Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #ff4d3d;
}
.sunset-yellow {
color: #ff8b3d;
}
.orange-pop {
color: #ffb83d;
}
.banana-farm {
color: #ffdf3d;
}
.alien-parasite {
color: #4dff3d;
}
/* CSS Variables */
:root {
--dusk-orange:#ff4d3d;
--sunset-yellow:#ff8b3d;
--orange-pop:#ffb83d;
--banana-farm:#ffdf3d;
--alien-parasite:#4dff3d;
}