Color names in this palette
CSS code for this palette
/* CSS */
.anzac {
color: #c78b3d;
}
.gold-foil {
color: #d9a44a;
}
.golden-appeal {
color: #e8c059;
}
.clay-brown {
color: #af753c;
}
.texas-ranger-brown {
color: #a14e2b;
}
/* CSS Variables */
:root {
--anzac:#c78b3d;
--gold-foil:#d9a44a;
--golden-appeal:#e8c059;
--clay-brown:#af753c;
--texas-ranger-brown:#a14e2b;
}