Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1c1c1c;
}
.existential-angst {
color: #0a0a0a;
}
.black-howl {
color: #1c1f30;
}
.black-liquorice {
color: #3b3b3b;
}
.blue-exult {
color: #2c2e44;
}
/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--existential-angst:#0a0a0a;
--black-howl:#1c1f30;
--black-liquorice:#3b3b3b;
--blue-exult:#2c2e44;
}