Color names in this palette
CSS code for this palette
/* CSS */
.black-liquorice {
color: #3b3b3b;
}
.welded-iron {
color: #6e6e6e;
}
.dark-souls {
color: #a3a3a3;
}
.link-to-the-past {
color: #d3b58d;
}
.scab-red {
color: #8a0000;
}
/* CSS Variables */
:root {
--black-liquorice:#3b3b3b;
--welded-iron:#6e6e6e;
--dark-souls:#a3a3a3;
--link-to-the-past:#d3b58d;
--scab-red:#8a0000;
}