All Palettes

Color Palette #3a3b35, #7a7c6e, #a3a69b, #d3d9c9, #f4f8e2

0%
0%
0%

CSS code for this palette

/* CSS */
.black-olive {
color: #3a3b35;
}
.green-jeans {
color: #7a7c6e;
}
.strong-winds {
color: #a3a69b;
}
.light-green-alabaster {
color: #d3d9c9;
}
.precious-dewdrop {
color: #f4f8e2;
}

/* CSS Variables */
:root {
--black-olive:#3a3b35;
--green-jeans:#7a7c6e;
--strong-winds:#a3a69b;
--light-green-alabaster:#d3d9c9;
--precious-dewdrop:#f4f8e2;
}

More palettes to explore