All Palettes

Color Palette #3b3b3b, #7a7a7a, #c2b180, #d56b4d, #af694b

0%
0%
0%

CSS code for this palette

/* CSS */
.black-liquorice {
color: #3b3b3b;
}
.steel {
color: #7a7a7a;
}
.ecru {
color: #c2b180;
}
.coral-gold {
color: #d56b4d;
}
.rusty-gate {
color: #af694b;
}

/* CSS Variables */
:root {
--black-liquorice:#3b3b3b;
--steel:#7a7a7a;
--ecru:#c2b180;
--coral-gold:#d56b4d;
--rusty-gate:#af694b;
}

More palettes to explore