Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.texas-ranger-brown {
color: #9f512d;
}
.folksy-gold {
color: #d99a6d;
}
.manila {
color: #e6cba8;
}
.pearl-yellow {
color: #f2e2ba;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--texas-ranger-brown:#9f512d;
--folksy-gold:#d99a6d;
--manila:#e6cba8;
--pearl-yellow:#f2e2ba;
}