CSS code for this palette
/* CSS */
.ecru {
color: #c2b180;
}
.falling-leaves {
color: #a55b3b;
}
.serape {
color: #da8d4e;
}
.alesan {
color: #f0c1a8;
}
.sugar-shack {
color: #efd5b8;
}
/* CSS Variables */
:root {
--ecru:#c2b180;
--falling-leaves:#a55b3b;
--serape:#da8d4e;
--alesan:#f0c1a8;
--sugar-shack:#efd5b8;
}