All Palettes

Color Palette #3f3b3b, #5e5050, #7c6e6e, #b4a2a2, #e0c2c2

0%
0%
0%

CSS code for this palette

/* CSS */
.desert-shadow {
color: #3f3b3b;
}
.spell {
color: #5e5050;
}
.hickory-cliff {
color: #7c6e6e;
}
.lilac-smoke {
color: #b4a2a2;
}
.spice-girl {
color: #e0c2c2;
}

/* CSS Variables */
:root {
--desert-shadow:#3f3b3b;
--spell:#5e5050;
--hickory-cliff:#7c6e6e;
--lilac-smoke:#b4a2a2;
--spice-girl:#e0c2c2;
}

More palettes to explore