All Palettes

Color Palette #f8d92a, #faa700, #f08c00, #e06900, #d65d00

0%
0%
0%

CSS code for this palette

/* CSS */
.golden-period {
color: #f8d92a;
}
.chrome-yellow {
color: #faa700;
}
.saffron-gold {
color: #f08c00;
}
.orange-danger {
color: #e06900;
}
.exuberance {
color: #d65d00;
}

/* CSS Variables */
:root {
--golden-period:#f8d92a;
--chrome-yellow:#faa700;
--saffron-gold:#f08c00;
--orange-danger:#e06900;
--exuberance:#d65d00;
}

More palettes to explore