CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.novelle-peach {
color: #e1c6b2;
}
.tannin {
color: #a78c6c;
}
.bison {
color: #6d4f3b;
}
.granite-brown {
color: #3c2b25;
}
/* CSS Variables */
:root {
--white:#ffffff;
--novelle-peach:#e1c6b2;
--tannin:#a78c6c;
--bison:#6d4f3b;
--granite-brown:#3c2b25;
}