All Palettes

Color Palette #4b2c2a, #9a5c5b, #c99d8d, #e3b072, #f2e4d4

0%
0%
0%

CSS code for this palette

/* CSS */
.brown-coffee {
color: #4b2c2a;
}
.ruby-crystal {
color: #9a5c5b;
}
.artifact {
color: #c99d8d;
}
.mac-n-cheese {
color: #e3b072;
}
.china-doll {
color: #f2e4d4;
}

/* CSS Variables */
:root {
--brown-coffee:#4b2c2a;
--ruby-crystal:#9a5c5b;
--artifact:#c99d8d;
--mac-n-cheese:#e3b072;
--china-doll:#f2e4d4;
}

More palettes to explore