All Palettes

Color Palette #1f1f1f, #3b3b3b, #595959, #7d7d7d, #a1a1a1

0%
0%
0%

CSS code for this palette

/* CSS */
.umbra {
color: #1f1f1f;
}
.black-liquorice {
color: #3b3b3b;
}
.shadow-mountain {
color: #595959;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}

/* CSS Variables */
:root {
--umbra:#1f1f1f;
--black-liquorice:#3b3b3b;
--shadow-mountain:#595959;
--aged-moustache-grey:#7d7d7d;
--artificial-intelligence-grey:#a1a1a1;
}

More palettes to explore