All Palettes

Color Palette #3c2a2a, #694949, #9d7b7b, #c2a3a3, #f1d5d5

0%
0%
0%

CSS code for this palette

/* CSS */
.havana {
color: #3c2a2a;
}
.chocolate-eclair {
color: #694949;
}
.neapolitan {
color: #9d7b7b;
}
.foggy-quartz {
color: #c2a3a3;
}
.french-bustle {
color: #f1d5d5;
}

/* CSS Variables */
:root {
--havana:#3c2a2a;
--chocolate-eclair:#694949;
--neapolitan:#9d7b7b;
--foggy-quartz:#c2a3a3;
--french-bustle:#f1d5d5;
}

More palettes to explore