All Palettes

Color Palette #000000, #454545, #878787, #ffffff, #ffcc00

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.machine-gun-metal {
color: #454545;
}
.mithril {
color: #878787;
}
.white {
color: #ffffff;
}
.usc-gold {
color: #ffcc00;
}

/* CSS Variables */
:root {
--black:#000000;
--machine-gun-metal:#454545;
--mithril:#878787;
--white:#ffffff;
--usc-gold:#ffcc00;
}

More palettes to explore