All Palettes

Color Palette #d4af35, #b7860b, #ffd900, #ffea00, #000000

0%
0%
0%

CSS code for this palette

/* CSS */
.metallic-gold {
color: #d4af35;
}
.letter-jacket {
color: #b7860b;
}
.soviet-gold {
color: #ffd900;
}
.middle-yellow {
color: #ffea00;
}
.black {
color: #000000;
}

/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--letter-jacket:#b7860b;
--soviet-gold:#ffd900;
--middle-yellow:#ffea00;
--black:#000000;
}

More palettes to explore