CSS code for this palette
/* CSS */
.desert-cover {
color: #d1c6a9;
}
.nordic {
color: #1f3d3b;
}
.loofah {
color: #e4d2b4;
}
.sage-splash {
color: #e5e5d2;
}
.steel {
color: #7a7a7a;
}
/* CSS Variables */
:root {
--desert-cover:#d1c6a9;
--nordic:#1f3d3b;
--loofah:#e4d2b4;
--sage-splash:#e5e5d2;
--steel:#7a7a7a;
}