All Palettes

Color Palette #ff7033, #ff8b3d, #ffb54d, #ffd770, #fff7a3

0%
0%
0%

CSS code for this palette

/* CSS */
.bright-orange {
color: #ff7033;
}
.sunset-yellow {
color: #ff8b3d;
}
.floral-leaf {
color: #ffb54d;
}
.quiche-lorraine {
color: #ffd770;
}
.candle-flame {
color: #fff7a3;
}

/* CSS Variables */
:root {
--bright-orange:#ff7033;
--sunset-yellow:#ff8b3d;
--floral-leaf:#ffb54d;
--quiche-lorraine:#ffd770;
--candle-flame:#fff7a3;
}

More palettes to explore