Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1c1c1c;
}
.chromaphobic-black {
color: #292929;
}
.subterranean-river {
color: #1f3b4d;
}
.white {
color: #ffffff;
}
.black-feather {
color: #0a1d24;
}
/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--chromaphobic-black:#292929;
--subterranean-river:#1f3b4d;
--white:#ffffff;
--black-feather:#0a1d24;
}