Color names in this palette
CSS code for this palette
/* CSS */
.sand-trail {
color: #d1c6a3;
}
.rickrack {
color: #a8a45d;
}
.medium-taupe {
color: #694e49;
}
.thunder {
color: #4d4d4d;
}
.wild-cattail {
color: #8e6b5d;
}
/* CSS Variables */
:root {
--sand-trail:#d1c6a3;
--rickrack:#a8a45d;
--medium-taupe:#694e49;
--thunder:#4d4d4d;
--wild-cattail:#8e6b5d;
}