All Palettes

Color Palette #3c2a2a, #4e3c3c, #6a4d4d, #b5a6a6, #e3d4d4

0%
0%
0%

CSS code for this palette

/* CSS */
.havana {
color: #3c2a2a;
}
.burnt-bamboo {
color: #4e3c3c;
}
.marron {
color: #6a4d4d;
}
.centennial-rose {
color: #b5a6a6;
}
.theatre-powder-rose {
color: #e3d4d4;
}

/* CSS Variables */
:root {
--havana:#3c2a2a;
--burnt-bamboo:#4e3c3c;
--marron:#6a4d4d;
--centennial-rose:#b5a6a6;
--theatre-powder-rose:#e3d4d4;
}

More palettes to explore