All Palettes

Color Palette #1f1f1f, #4d4d4d, #8c8c8c, #b0b0b0, #d1d1d1

0%
0%
0%

CSS code for this palette

/* CSS */
.umbra {
color: #1f1f1f;
}
.thunder {
color: #4d4d4d;
}
.more-than-a-week {
color: #8c8c8c;
}
.palladium {
color: #b0b0b0;
}
.clouded-vision {
color: #d1d1d1;
}

/* CSS Variables */
:root {
--umbra:#1f1f1f;
--thunder:#4d4d4d;
--more-than-a-week:#8c8c8c;
--palladium:#b0b0b0;
--clouded-vision:#d1d1d1;
}

More palettes to explore