All Palettes

Color Palette #ffffff, #beaf9d, #9b8a6f, #6e5b4e, #2b2b2b

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.winter-feather {
color: #beaf9d;
}
.mississippi-mud {
color: #9b8a6f;
}
.coffee-house {
color: #6e5b4e;
}
.shoe-wax {
color: #2b2b2b;
}

/* CSS Variables */
:root {
--white:#ffffff;
--winter-feather:#beaf9d;
--mississippi-mud:#9b8a6f;
--coffee-house:#6e5b4e;
--shoe-wax:#2b2b2b;
}

More palettes to explore