Color names in this palette
CSS code for this palette
/* CSS */
.dwarf-fortress {
color: #1a0000;
}
.black-rooster {
color: #380f0f;
}
.red-oxide {
color: #5e1d1d;
}
.sun-dried-tomato {
color: #7e2a2a;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--dwarf-fortress:#1a0000;
--black-rooster:#380f0f;
--red-oxide:#5e1d1d;
--sun-dried-tomato:#7e2a2a;
--black:#000000;
}