All Palettes

Color Palette #000000, #ffd900, #b7860b, #d9a520, #f0e78e

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.soviet-gold {
color: #ffd900;
}
.letter-jacket {
color: #b7860b;
}
.chanterelle {
color: #d9a520;
}
.bright-khaki {
color: #f0e78e;
}

/* CSS Variables */
:root {
--black:#000000;
--soviet-gold:#ffd900;
--letter-jacket:#b7860b;
--chanterelle:#d9a520;
--bright-khaki:#f0e78e;
}

More palettes to explore