All Palettes

Color Palette #ff3d3d, #ff8e3d, #ffd53d, #c5ff3d, #3dff7e

0%
0%
0%

CSS code for this palette

/* CSS */
.coral-red {
color: #ff3d3d;
}
.kanz-orange {
color: #ff8e3d;
}
.daisy {
color: #ffd53d;
}
.yellow-green {
color: #c5ff3d;
}
.emerald-ice-palace {
color: #3dff7e;
}

/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--kanz-orange:#ff8e3d;
--daisy:#ffd53d;
--yellow-green:#c5ff3d;
--emerald-ice-palace:#3dff7e;
}

More palettes to explore