All Palettes

Color Palette #3b3d40, #6b6d70, #a1a3a5, #e6e8ea, #f0f3f5

0%
0%
0%

CSS code for this palette

/* CSS */
.in-the-dark {
color: #3b3d40;
}
.platinum-grey {
color: #6b6d70;
}
.power-grey {
color: #a1a3a5;
}
.swirling-water {
color: #e6e8ea;
}
.anti-flash-white {
color: #f0f3f5;
}

/* CSS Variables */
:root {
--in-the-dark:#3b3d40;
--platinum-grey:#6b6d70;
--power-grey:#a1a3a5;
--swirling-water:#e6e8ea;
--anti-flash-white:#f0f3f5;
}

More palettes to explore