CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.tattered-teddy {
color: #a27d6d;
}
.dune {
color: #d4bfa0;
}
.springtime {
color: #e7e2b1;
}
.reed {
color: #c3d5a4;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--tattered-teddy:#a27d6d;
--dune:#d4bfa0;
--springtime:#e7e2b1;
--reed:#c3d5a4;
}