Color names in this palette
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;
}