CSS code for this palette
/* CSS */
.abbot {
color: #4d3e2e;
}
.boho {
color: #7b6a4c;
}
.prairie-dust {
color: #b7a98f;
}
.desert-dust {
color: #e4bc8b;
}
.mod-orange {
color: #d9593f;
}
/* CSS Variables */
:root {
--abbot:#4d3e2e;
--boho:#7b6a4c;
--prairie-dust:#b7a98f;
--desert-dust:#e4bc8b;
--mod-orange:#d9593f;
}