All Palettes

Color Palette #7c7e7c, #a5a7a5, #c1c3c1, #e2e4e2, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.iron-grey {
color: #7c7e7c;
}
.stepping-stone {
color: #a5a7a5;
}
.waxwing {
color: #c1c3c1;
}
.aria {
color: #e2e4e2;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--iron-grey:#7c7e7c;
--stepping-stone:#a5a7a5;
--waxwing:#c1c3c1;
--aria:#e2e4e2;
--white:#ffffff;
}

More palettes to explore