All Palettes

Color Palette #ffffff, #e0e0e0, #b0b0b0, #4f4f4f, #001f1f

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.christmas-silver {
color: #e0e0e0;
}
.palladium {
color: #b0b0b0;
}
.black-oak {
color: #4f4f4f;
}
.stellar-explorer {
color: #001f1f;
}

/* CSS Variables */
:root {
--white:#ffffff;
--christmas-silver:#e0e0e0;
--palladium:#b0b0b0;
--black-oak:#4f4f4f;
--stellar-explorer:#001f1f;
}

More palettes to explore