All Palettes

Color Palette #ff7033, #ff8b3d, #ffb65c, #ffd28f, #ffebb3

0%
0%
0%

CSS code for this palette

/* CSS */
.bright-orange {
color: #ff7033;
}
.sunset-yellow {
color: #ff8b3d;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.honey-bird {
color: #ffd28f;
}
.lively-yellow {
color: #ffebb3;
}

/* CSS Variables */
:root {
--bright-orange:#ff7033;
--sunset-yellow:#ff8b3d;
--peanut-butter-chicken:#ffb65c;
--honey-bird:#ffd28f;
--lively-yellow:#ffebb3;
}

More palettes to explore