All Palettes

Color Palette #4a2b2b, #6c4b4b, #9a6a6a, #c19f9f, #e5d1d1

0%
0%
0%

CSS code for this palette

/* CSS */
.brown-coffee {
color: #4a2b2b;
}
.marron {
color: #6c4b4b;
}
.red-grey {
color: #9a6a6a;
}
.foggy-quartz {
color: #c19f9f;
}
.mauve-chalk {
color: #e5d1d1;
}

/* CSS Variables */
:root {
--brown-coffee:#4a2b2b;
--marron:#6c4b4b;
--red-grey:#9a6a6a;
--foggy-quartz:#c19f9f;
--mauve-chalk:#e5d1d1;
}

More palettes to explore