All Palettes

Color Palette #ff3d3d, #ff7e3d, #ffbb3d, #c8ff3d, #3dff7e

0%
0%
0%

CSS code for this palette

/* CSS */
.coral-red {
color: #ff3d3d;
}
.mango-tango {
color: #ff7e3d;
}
.orange-pop {
color: #ffbb3d;
}
.yellow-green {
color: #c8ff3d;
}
.emerald-ice-palace {
color: #3dff7e;
}

/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--mango-tango:#ff7e3d;
--orange-pop:#ffbb3d;
--yellow-green:#c8ff3d;
--emerald-ice-palace:#3dff7e;
}

More palettes to explore