All Palettes

Color Palette #ff7033, #ff9933, #ffbe33, #ffe033, #fff9a3

0%
0%
0%

CSS code for this palette

/* CSS */
.bright-orange {
color: #ff7033;
}
.indian-saffron {
color: #ff9933;
}
.vibrant-honey {
color: #ffbe33;
}
.banana-yellow {
color: #ffe033;
}
.candle-flame {
color: #fff9a3;
}

/* CSS Variables */
:root {
--bright-orange:#ff7033;
--indian-saffron:#ff9933;
--vibrant-honey:#ffbe33;
--banana-yellow:#ffe033;
--candle-flame:#fff9a3;
}

More palettes to explore