Color names in this palette
CSS code for this palette
/* CSS */
.schabziger-green {
color: #e5e0b8;
}
.sand-trail {
color: #d1c6a3;
}
.warm-neutral {
color: #c0b19b;
}
.sugared-almond {
color: #b39d7a;
}
.tuscan-soil {
color: #a87c5d;
}
/* CSS Variables */
:root {
--schabziger-green:#e5e0b8;
--sand-trail:#d1c6a3;
--warm-neutral:#c0b19b;
--sugared-almond:#b39d7a;
--tuscan-soil:#a87c5d;
}