All Palettes

Color Palette #3a2c2c, #4e3b3b, #7f5c5c, #c3b19d, #f3e5d8

0%
0%
0%

CSS code for this palette

/* CSS */
.havana {
color: #3a2c2c;
}
.burnt-bamboo {
color: #4e3b3b;
}
.book-binder {
color: #7f5c5c;
}
.renwick-beige {
color: #c3b19d;
}
.early-sunset {
color: #f3e5d8;
}

/* CSS Variables */
:root {
--havana:#3a2c2c;
--burnt-bamboo:#4e3b3b;
--book-binder:#7f5c5c;
--renwick-beige:#c3b19d;
--early-sunset:#f3e5d8;
}

More palettes to explore