Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.eerie-black {
color: #1c1c1c;
}
.lacquered-liquorice {
color: #383838;
}
.black-oak {
color: #4f4f4f;
}
.silver {
color: #bfbfbf;
}
/* CSS Variables */
:root {
--black:#000000;
--eerie-black:#1c1c1c;
--lacquered-liquorice:#383838;
--black-oak:#4f4f4f;
--silver:#bfbfbf;
}