CSS code for this palette
/* CSS */
.tan {
color: #d4b26e;
}
.limitless {
color: #f1deb7;
}
.nutmeg {
color: #7e4b3a;
}
.shrimp-toast {
color: #f6c4a2;
}
.winter-pear-beige {
color: #c7a35c;
}
/* CSS Variables */
:root {
--tan:#d4b26e;
--limitless:#f1deb7;
--nutmeg:#7e4b3a;
--shrimp-toast:#f6c4a2;
--winter-pear-beige:#c7a35c;
}