Color names in this palette
CSS code for this palette
/* CSS */
.black-liquorice {
color: #3b3b3b;
}
.falu-red {
color: #7a1a1a;
}
.sappanwood {
color: #9f3c3c;
}
.enticing-red {
color: #b74e4e;
}
.redstone {
color: #e76e6e;
}
/* CSS Variables */
:root {
--black-liquorice:#3b3b3b;
--falu-red:#7a1a1a;
--sappanwood:#9f3c3c;
--enticing-red:#b74e4e;
--redstone:#e76e6e;
}