All Palettes

Color Palette #3b3b3b, #6e6e6e, #a3a3a3, #d3b58d, #8a0000

0%
0%
0%

CSS code for this palette

/* CSS */
.black-liquorice {
color: #3b3b3b;
}
.welded-iron {
color: #6e6e6e;
}
.dark-souls {
color: #a3a3a3;
}
.link-to-the-past {
color: #d3b58d;
}
.scab-red {
color: #8a0000;
}

/* CSS Variables */
:root {
--black-liquorice:#3b3b3b;
--welded-iron:#6e6e6e;
--dark-souls:#a3a3a3;
--link-to-the-past:#d3b58d;
--scab-red:#8a0000;
}

More palettes to explore