All Palettes

Color Palette #ff3d3d, #ff7e3d, #ffdf3d, #3dff7e, #3dffff

0%
0%
0%

CSS code for this palette

/* CSS */
.coral-red {
color: #ff3d3d;
}
.mango-tango {
color: #ff7e3d;
}
.banana-farm {
color: #ffdf3d;
}
.emerald-ice-palace {
color: #3dff7e;
}
.bright-cyan {
color: #3dffff;
}

/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--mango-tango:#ff7e3d;
--banana-farm:#ffdf3d;
--emerald-ice-palace:#3dff7e;
--bright-cyan:#3dffff;
}

More palettes to explore