Color names in this palette
CSS code for this palette
/* CSS */
.strike-it-rich {
color: #d6b45c;
}
.rich-sorrel {
color: #a87d3e;
}
.treacle {
color: #8a5c2e;
}
.bison {
color: #6d4c3b;
}
.harpy-brown {
color: #4a3c2b;
}
/* CSS Variables */
:root {
--strike-it-rich:#d6b45c;
--rich-sorrel:#a87d3e;
--treacle:#8a5c2e;
--bison:#6d4c3b;
--harpy-brown:#4a3c2b;
}