Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.chocolate-curl {
color: #8f6d61;
}
.practical-beige {
color: #c8b09d;
}
.manhattan {
color: #e1b07f;
}
.amber-autumn {
color: #c69c6c;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--chocolate-curl:#8f6d61;
--practical-beige:#c8b09d;
--manhattan:#e1b07f;
--amber-autumn:#c69c6c;
}