Color names in this palette
CSS code for this palette
/* CSS */
.dill-grass {
color: #a4a479;
}
.wagon-wheel {
color: #c1b79f;
}
.flowering-reed {
color: #e1d8b7;
}
.african-sand {
color: #cca98a;
}
.hazelnut {
color: #a86e5d;
}
/* CSS Variables */
:root {
--dill-grass:#a4a479;
--wagon-wheel:#c1b79f;
--flowering-reed:#e1d8b7;
--african-sand:#cca98a;
--hazelnut:#a86e5d;
}