All Palettes

Color Palette #ffffff, #000000, #f0f0f0, #808080, #4a4a4a

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.black {
color: #000000;
}
.snowflake {
color: #f0f0f0;
}
.grey {
color: #808080;
}
.shadowed-steel {
color: #4a4a4a;
}

/* CSS Variables */
:root {
--white:#ffffff;
--black:#000000;
--snowflake:#f0f0f0;
--grey:#808080;
--shadowed-steel:#4a4a4a;
}

More palettes to explore