All Palettes

Color Palette #3b2b2b, #5c4d4d, #7c6e6e, #c2a8a8, #e1b7b7

0%
0%
0%

CSS code for this palette

/* CSS */
.havana {
color: #3b2b2b;
}
.smooth-coffee {
color: #5c4d4d;
}
.hickory-cliff {
color: #7c6e6e;
}
.dusky {
color: #c2a8a8;
}
.bistro-pink {
color: #e1b7b7;
}

/* CSS Variables */
:root {
--havana:#3b2b2b;
--smooth-coffee:#5c4d4d;
--hickory-cliff:#7c6e6e;
--dusky:#c2a8a8;
--bistro-pink:#e1b7b7;
}

More palettes to explore