All Palettes

Color Palette #ff3d33, #ff5e3d, #ff7b47, #ffa94d, #ffd06b

0%
0%
0%

CSS code for this palette

/* CSS */
.red-orange {
color: #ff3d33;
}
.orange-soda {
color: #ff5e3d;
}
.mythical-orange {
color: #ff7b47;
}
.pumpkin-vapour {
color: #ffa94d;
}
.faded-sunlight {
color: #ffd06b;
}

/* CSS Variables */
:root {
--red-orange:#ff3d33;
--orange-soda:#ff5e3d;
--mythical-orange:#ff7b47;
--pumpkin-vapour:#ffa94d;
--faded-sunlight:#ffd06b;
}

More palettes to explore