All Palettes

Color Palette #5b3a29, #8d6b5e, #d1af9f, #f8e6d3, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.chocolate-curl {
color: #8d6b5e;
}
.indian-khaki {
color: #d1af9f;
}
.warm-bread {
color: #f8e6d3;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--chocolate-curl:#8d6b5e;
--indian-khaki:#d1af9f;
--warm-bread:#f8e6d3;
--white:#ffffff;
}

More palettes to explore