All Palettes

Color Palette #4a2b2b, #7f5c5c, #b18b8b, #d9b5b5, #f6e4e4

0%
0%
0%

CSS code for this palette

/* CSS */
.brown-coffee {
color: #4a2b2b;
}
.book-binder {
color: #7f5c5c;
}
.brandy-snaps {
color: #b18b8b;
}
.appleblossom {
color: #d9b5b5;
}
.reduced-pink {
color: #f6e4e4;
}

/* CSS Variables */
:root {
--brown-coffee:#4a2b2b;
--book-binder:#7f5c5c;
--brandy-snaps:#b18b8b;
--appleblossom:#d9b5b5;
--reduced-pink:#f6e4e4;
}

More palettes to explore