Color names in this palette
CSS code for this palette
/* CSS */
.thai-ice-tea {
color: #e0a57b;
}
.mid-tan {
color: #c68e5d;
}
.baked-bean {
color: #b1774e;
}
.bamboo-grass-green {
color: #7d9a4c;
}
.gully-green {
color: #4d6b3d;
}
/* CSS Variables */
:root {
--thai-ice-tea:#e0a57b;
--mid-tan:#c68e5d;
--baked-bean:#b1774e;
--bamboo-grass-green:#7d9a4c;
--gully-green:#4d6b3d;
}