All Palettes

Color Palette #1f1f1f, #4a4a4a, #737373, #a3a3a3, #f0f0f0

0%
0%
0%

CSS code for this palette

/* CSS */
.umbra {
color: #1f1f1f;
}
.shadowed-steel {
color: #4a4a4a;
}
.industrial-revolution {
color: #737373;
}
.dark-souls {
color: #a3a3a3;
}
.snowflake {
color: #f0f0f0;
}

/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shadowed-steel:#4a4a4a;
--industrial-revolution:#737373;
--dark-souls:#a3a3a3;
--snowflake:#f0f0f0;
}

More palettes to explore