CSS code for this palette
/* CSS */
.cardboard {
color: #c0996d;
}
.earth {
color: #a2633f;
}
.buccaneer {
color: #6e4f4e;
}
.wenge-black {
color: #3d292c;
}
.spring-grass {
color: #d8c87d;
}
/* CSS Variables */
:root {
--cardboard:#c0996d;
--earth:#a2633f;
--buccaneer:#6e4f4e;
--wenge-black:#3d292c;
--spring-grass:#d8c87d;
}