CSS code for this palette
/* CSS */
.shoe-wax {
color: #2d2b2a;
}
.desert-shadow {
color: #403b3b;
}
.edgy-red {
color: #b93c3c;
}
.ginger-ale {
color: #c6a86c;
}
.focus {
color: #e5e0d1;
}
/* CSS Variables */
:root {
--shoe-wax:#2d2b2a;
--desert-shadow:#403b3b;
--edgy-red:#b93c3c;
--ginger-ale:#c6a86c;
--focus:#e5e0d1;
}