All Palettes

Color Palette #ff5e3d, #ff8b3d, #ffb83d, #f1df3b, #3dff5e

0%
0%
0%

CSS code for this palette

/* CSS */
.orange-soda {
color: #ff5e3d;
}
.sunset-yellow {
color: #ff8b3d;
}
.orange-pop {
color: #ffb83d;
}
.juicy-jackfruit {
color: #f1df3b;
}
.bright-light-green {
color: #3dff5e;
}

/* CSS Variables */
:root {
--orange-soda:#ff5e3d;
--sunset-yellow:#ff8b3d;
--orange-pop:#ffb83d;
--juicy-jackfruit:#f1df3b;
--bright-light-green:#3dff5e;
}

More palettes to explore