All Palettes

Color Palette #6a3e3e, #7e5d5d, #9c7c7c, #c8a69d, #e5c2c2

0%
0%
0%

CSS code for this palette

/* CSS */
.burgundy-wine {
color: #6a3e3e;
}
.reading-tea-leaves {
color: #7e5d5d;
}
.neapolitan {
color: #9c7c7c;
}
.teatime-mauve {
color: #c8a69d;
}
.rose-colored-glasses {
color: #e5c2c2;
}

/* CSS Variables */
:root {
--burgundy-wine:#6a3e3e;
--reading-tea-leaves:#7e5d5d;
--neapolitan:#9c7c7c;
--teatime-mauve:#c8a69d;
--rose-colored-glasses:#e5c2c2;
}

More palettes to explore