All Palettes

Color Palette #ff3d3d, #ff713d, #ffab3d, #ffd23d, #ffbe3d

0%
0%
0%

CSS code for this palette

/* CSS */
.coral-red {
color: #ff3d3d;
}
.carrot {
color: #ff713d;
}
.peach-butter {
color: #ffab3d;
}
.lamplight {
color: #ffd23d;
}
.orange-pop {
color: #ffbe3d;
}

/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--carrot:#ff713d;
--peach-butter:#ffab3d;
--lamplight:#ffd23d;
--orange-pop:#ffbe3d;
}

More palettes to explore