All Palettes

Color Palette #ff3d3d, #ff7e3d, #ffb83d, #ffe83d, #a1ff3d

0%
0%
0%

CSS code for this palette

/* CSS */
.coral-red {
color: #ff3d3d;
}
.mango-tango {
color: #ff7e3d;
}
.orange-pop {
color: #ffb83d;
}
.pac-man {
color: #ffe83d;
}
.lime {
color: #a1ff3d;
}

/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--mango-tango:#ff7e3d;
--orange-pop:#ffb83d;
--pac-man:#ffe83d;
--lime:#a1ff3d;
}

More palettes to explore