All Palettes

Color Palette #000000, #ffd900, #ffffff, #ffc300, #b7860b

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.soviet-gold {
color: #ffd900;
}
.white {
color: #ffffff;
}
.citrus-splash {
color: #ffc300;
}
.letter-jacket {
color: #b7860b;
}

/* CSS Variables */
:root {
--black:#000000;
--soviet-gold:#ffd900;
--white:#ffffff;
--citrus-splash:#ffc300;
--letter-jacket:#b7860b;
}

More palettes to explore