Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4b3e;
}
.sheepskin {
color: #d9b48c;
}
.tamale {
color: #f1e4c6;
}
.sunday-afternoon {
color: #f6c679;
}
.texas-ranger-brown {
color: #9f512d;
}
/* CSS Variables */
:root {
--burned-brown:#6f4b3e;
--sheepskin:#d9b48c;
--tamale:#f1e4c6;
--sunday-afternoon:#f6c679;
--texas-ranger-brown:#9f512d;
}