All Palettes

Color Palette #3b2b2e, #5d4b4c, #7c6e6e, #b1a8a0, #d9cfc9

0%
0%
0%

CSS code for this palette

/* CSS */
.havana {
color: #3b2b2e;
}
.deep-aubergine {
color: #5d4b4c;
}
.hickory-cliff {
color: #7c6e6e;
}
.aura {
color: #b1a8a0;
}
.instant {
color: #d9cfc9;
}

/* CSS Variables */
:root {
--havana:#3b2b2e;
--deep-aubergine:#5d4b4c;
--hickory-cliff:#7c6e6e;
--aura:#b1a8a0;
--instant:#d9cfc9;
}

More palettes to explore