Color names in this palette
CSS code for this palette
/* CSS */
.outdoor-land {
color: #a17b5e;
}
.wild-rye {
color: #b5a38c;
}
.pale-olive {
color: #d2c7a3;
}
.sand-pearl {
color: #e8d3b5;
}
.light-curd {
color: #f9ebc8;
}
/* CSS Variables */
:root {
--outdoor-land:#a17b5e;
--wild-rye:#b5a38c;
--pale-olive:#d2c7a3;
--sand-pearl:#e8d3b5;
--light-curd:#f9ebc8;
}