All Palettes

Color Palette #1f1f1f, #4a4a4a, #7d7d7d, #b8b8b8, #f0f0f0

0%
0%
0%

CSS code for this palette

/* CSS */
.umbra {
color: #1f1f1f;
}
.shadowed-steel {
color: #4a4a4a;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.fortress-grey {
color: #b8b8b8;
}
.snowflake {
color: #f0f0f0;
}

/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shadowed-steel:#4a4a4a;
--aged-moustache-grey:#7d7d7d;
--fortress-grey:#b8b8b8;
--snowflake:#f0f0f0;
}

More palettes to explore