All Palettes

Color Palette #4a2b2b, #7e4e4e, #c19f9f, #f5e0c2, #f9c59a

0%
0%
0%

CSS code for this palette

/* CSS */
.brown-coffee {
color: #4a2b2b;
}
.antique-red {
color: #7e4e4e;
}
.foggy-quartz {
color: #c19f9f;
}
.white-cedar {
color: #f5e0c2;
}
.cream-blush {
color: #f9c59a;
}

/* CSS Variables */
:root {
--brown-coffee:#4a2b2b;
--antique-red:#7e4e4e;
--foggy-quartz:#c19f9f;
--white-cedar:#f5e0c2;
--cream-blush:#f9c59a;
}

More palettes to explore