Color names in this palette
CSS code for this palette
/* CSS */
.antique-wicker-basket {
color: #f6d2a2;
}
.crunch {
color: #f2b763;
}
.texas-longhorn {
color: #dd8f3c;
}
.gold-varnish-brown {
color: #b85c2e;
}
.wild-berry {
color: #7c3c3e;
}
/* CSS Variables */
:root {
--antique-wicker-basket:#f6d2a2;
--crunch:#f2b763;
--texas-longhorn:#dd8f3c;
--gold-varnish-brown:#b85c2e;
--wild-berry:#7c3c3e;
}