All Palettes

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

0%
0%
0%

CSS code for this palette

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

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

More palettes to explore