All Palettes

Color Palette #333333, #4a4a4a, #696969, #a3a3a3, #e0e0e0

0%
0%
0%

CSS code for this palette

/* CSS */
.carbon {
color: #333333;
}
.shadowed-steel {
color: #4a4a4a;
}
.dim-grey {
color: #696969;
}
.dark-souls {
color: #a3a3a3;
}
.christmas-silver {
color: #e0e0e0;
}

/* CSS Variables */
:root {
--carbon:#333333;
--shadowed-steel:#4a4a4a;
--dim-grey:#696969;
--dark-souls:#a3a3a3;
--christmas-silver:#e0e0e0;
}

More palettes to explore