CSS code for this palette
/* CSS */
.black-liquorice {
color: #3b3b3b;
}
.steel {
color: #7a7a7a;
}
.ecru {
color: #c2b180;
}
.coral-gold {
color: #d56b4d;
}
.rusty-gate {
color: #af694b;
}
/* CSS Variables */
:root {
--black-liquorice:#3b3b3b;
--steel:#7a7a7a;
--ecru:#c2b180;
--coral-gold:#d56b4d;
--rusty-gate:#af694b;
}