All Palettes

Color Palette #6a3e3e, #7f5c5c, #b89a94, #d4c1b5, #f2e7e3

0%
0%
0%

CSS code for this palette

/* CSS */
.burgundy-wine {
color: #6a3e3e;
}
.book-binder {
color: #7f5c5c;
}
.creamed-caramel {
color: #b89a94;
}
.hazy-taupe {
color: #d4c1b5;
}
.pink-prism {
color: #f2e7e3;
}

/* CSS Variables */
:root {
--burgundy-wine:#6a3e3e;
--book-binder:#7f5c5c;
--creamed-caramel:#b89a94;
--hazy-taupe:#d4c1b5;
--pink-prism:#f2e7e3;
}

More palettes to explore