All Palettes

Color Palette #3d2929, #694949, #b46e6e, #d2a14b, #f7d0b6

0%
0%
0%

CSS code for this palette

/* CSS */
.night-red {
color: #3d2929;
}
.chocolate-eclair {
color: #694949;
}
.terra-tone {
color: #b46e6e;
}
.chipmunk {
color: #d2a14b;
}
.dough-yellow {
color: #f7d0b6;
}

/* CSS Variables */
:root {
--night-red:#3d2929;
--chocolate-eclair:#694949;
--terra-tone:#b46e6e;
--chipmunk:#d2a14b;
--dough-yellow:#f7d0b6;
}

More palettes to explore