All Palettes

Color Palette #000000, #d4af35, #4a4a4a, #f0e78e, #b7860b

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.metallic-gold {
color: #d4af35;
}
.shadowed-steel {
color: #4a4a4a;
}
.bright-khaki {
color: #f0e78e;
}
.letter-jacket {
color: #b7860b;
}

/* CSS Variables */
:root {
--black:#000000;
--metallic-gold:#d4af35;
--shadowed-steel:#4a4a4a;
--bright-khaki:#f0e78e;
--letter-jacket:#b7860b;
}

More palettes to explore