All Palettes

Color Palette #1c1c1c, #4c3e3e, #7c4b4b, #a66e6e, #d2a7a7

0%
0%
0%

CSS code for this palette

/* CSS */
.eerie-black {
color: #1c1c1c;
}
.crater-brown {
color: #4c3e3e;
}
.alden-till {
color: #7c4b4b;
}
.delhi-spice {
color: #a66e6e;
}
.baby-jane {
color: #d2a7a7;
}

/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--crater-brown:#4c3e3e;
--alden-till:#7c4b4b;
--delhi-spice:#a66e6e;
--baby-jane:#d2a7a7;
}

More palettes to explore