All Palettes

Color Palette #ffffff, #e6e3d1, #d3cfcf, #a1b0b5, #4b6d7c

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.artifice {
color: #e6e3d1;
}
.dry-season {
color: #d3cfcf;
}
.hit-grey {
color: #a1b0b5;
}
.bismarck {
color: #4b6d7c;
}

/* CSS Variables */
:root {
--white:#ffffff;
--artifice:#e6e3d1;
--dry-season:#d3cfcf;
--hit-grey:#a1b0b5;
--bismarck:#4b6d7c;
}

More palettes to explore