All Palettes

Color Palette #1f1f1e, #3b3b3a, #6c6c6a, #b0b0a6, #f2f2e3

0%
0%
0%

CSS code for this palette

/* CSS */
.umbra {
color: #1f1f1e;
}
.dead-pixel {
color: #3b3b3a;
}
.boat-anchor {
color: #6c6c6a;
}
.pebble-walk {
color: #b0b0a6;
}
.storksbill-white {
color: #f2f2e3;
}

/* CSS Variables */
:root {
--umbra:#1f1f1e;
--dead-pixel:#3b3b3a;
--boat-anchor:#6c6c6a;
--pebble-walk:#b0b0a6;
--storksbill-white:#f2f2e3;
}

More palettes to explore