Color names in this palette
CSS code for this palette
/* CSS */
.chicory-green {
color: #bfae73;
}
.golden-cricket {
color: #d7af50;
}
.bitter-orange {
color: #d8792c;
}
.texas-ranger-brown {
color: #a14e2b;
}
.sundried-tomato {
color: #692b2e;
}
/* CSS Variables */
:root {
--chicory-green:#bfae73;
--golden-cricket:#d7af50;
--bitter-orange:#d8792c;
--texas-ranger-brown:#a14e2b;
--sundried-tomato:#692b2e;
}