All Palettes

Color Palette #3b3b3b, #4d4d4d, #2e2e2e, #1a1a1a, #694949

0%
0%
0%

CSS code for this palette

/* CSS */
.black-liquorice {
color: #3b3b3b;
}
.thunder {
color: #4d4d4d;
}
.carbon-fiber {
color: #2e2e2e;
}
.eerie-black {
color: #1a1a1a;
}
.chocolate-eclair {
color: #694949;
}

/* CSS Variables */
:root {
--black-liquorice:#3b3b3b;
--thunder:#4d4d4d;
--carbon-fiber:#2e2e2e;
--eerie-black:#1a1a1a;
--chocolate-eclair:#694949;
}

More palettes to explore