CSS code for this palette
/* CSS */
.shoe-wax {
color: #2b2b2b;
}
.black-oak {
color: #4f4f4f;
}
.steel {
color: #7a7a7a;
}
.escalante {
color: #a35c5c;
}
.rose-stain {
color: #d6b8b8;
}
/* CSS Variables */
:root {
--shoe-wax:#2b2b2b;
--black-oak:#4f4f4f;
--steel:#7a7a7a;
--escalante:#a35c5c;
--rose-stain:#d6b8b8;
}