Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.wild-stallion {
color: #7c5941;
}
.orange-flambe {
color: #a76d58;
}
.sugar-pie {
color: #c6a87b;
}
.biltmore-buff {
color: #e2c8a2;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--wild-stallion:#7c5941;
--orange-flambe:#a76d58;
--sugar-pie:#c6a87b;
--biltmore-buff:#e2c8a2;
}