Color names in this palette
CSS code for this palette
/* CSS */
.shoe-wax {
color: #2d2b2a;
}
.weathered-brown {
color: #5a4e4e;
}
.twisted-time {
color: #7f6c6c;
}
.desert-echo {
color: #b4a49c;
}
.seasonal-beige {
color: #e5b59f;
}
/* CSS Variables */
:root {
--shoe-wax:#2d2b2a;
--weathered-brown:#5a4e4e;
--twisted-time:#7f6c6c;
--desert-echo:#b4a49c;
--seasonal-beige:#e5b59f;
}