All Palettes

Color Palette #4a4f4d, #7c7e7d, #aeb2b1, #d7dbd8, #f6f9f8

0%
0%
0%

CSS code for this palette

/* CSS */
.cover-of-night {
color: #4a4f4d;
}
.iron-grey {
color: #7c7e7d;
}
.tin-foil {
color: #aeb2b1;
}
.evening-white {
color: #d7dbd8;
}
.lynx-white {
color: #f6f9f8;
}

/* CSS Variables */
:root {
--cover-of-night:#4a4f4d;
--iron-grey:#7c7e7d;
--tin-foil:#aeb2b1;
--evening-white:#d7dbd8;
--lynx-white:#f6f9f8;
}

More palettes to explore