All Palettes

Color Palette #ff7033, #ff8e3d, #ffb05c, #ffd86b, #ffed9e

0%
0%
0%

CSS code for this palette

/* CSS */
.bright-orange {
color: #ff7033;
}
.kanz-orange {
color: #ff8e3d;
}
.vintage-orange {
color: #ffb05c;
}
.hint-of-honey {
color: #ffd86b;
}
.eggnog {
color: #ffed9e;
}

/* CSS Variables */
:root {
--bright-orange:#ff7033;
--kanz-orange:#ff8e3d;
--vintage-orange:#ffb05c;
--hint-of-honey:#ffd86b;
--eggnog:#ffed9e;
}

More palettes to explore