Color names in this palette
CSS code for this palette
/* CSS */
.falling-leaves {
color: #a65b3a;
}
.clay-mug {
color: #d67c5c;
}
.sun-bleached-ochre {
color: #e2a87e;
}
.chamois {
color: #e8cb9b;
}
.oklahoma-wheat {
color: #f5e1b8;
}
/* CSS Variables */
:root {
--falling-leaves:#a65b3a;
--clay-mug:#d67c5c;
--sun-bleached-ochre:#e2a87e;
--chamois:#e8cb9b;
--oklahoma-wheat:#f5e1b8;
}