Color names in this palette
CSS code for this palette
/* CSS */
.lemongrass {
color: #c6a358;
}
.texas-ranger-brown {
color: #9f512d;
}
.tree-house {
color: #3a291d;
}
.chopsticks {
color: #e0d1b8;
}
.esprit-peach {
color: #ffc09e;
}
/* CSS Variables */
:root {
--lemongrass:#c6a358;
--texas-ranger-brown:#9f512d;
--tree-house:#3a291d;
--chopsticks:#e0d1b8;
--esprit-peach:#ffc09e;
}