All Palettes

Color Palette #ff0000, #000000, #ffffff, #00ff00, #878787

0%
0%
0%

CSS code for this palette

/* CSS */
.red {
color: #ff0000;
}
.black {
color: #000000;
}
.white {
color: #ffffff;
}
.green {
color: #00ff00;
}
.mithril {
color: #878787;
}

/* CSS Variables */
:root {
--red:#ff0000;
--black:#000000;
--white:#ffffff;
--green:#00ff00;
--mithril:#878787;
}

More palettes to explore