All Palettes

Color Palette #faa700, #f1c40e, #e77e23, #d65d00, #a37a00

0%
0%
0%

CSS code for this palette

/* CSS */
.chrome-yellow {
color: #faa700;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
.exuberance {
color: #d65d00;
}
.bronze {
color: #a37a00;
}

/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
--exuberance:#d65d00;
--bronze:#a37a00;
}

More palettes to explore