Color names in this palette
CSS code for this palette
/* CSS */
.chaos-black {
color: #100f10;
}
.dark-tone-ink {
color: #121212;
}
.cynical-black {
color: #171717;
}
.eerie-black {
color: #1c1c1c;
}
.twilight-zone {
color: #1b1918;
}
/* CSS Variables */
:root {
--chaos-black:#100f10;
--dark-tone-ink:#121212;
--cynical-black:#171717;
--eerie-black:#1c1c1c;
--twilight-zone:#1b1918;
}