Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #cbab6c;
}
.sell-gold {
color: #d4b15e;
}
.granary-gold {
color: #e7a14b;
}
.y-ng-ch-ng-orange {
color: #f1a03b;
}
.gold-varnish-brown {
color: #b85e2e;
}
/* CSS Variables */
:root {
--ginger-ale:#cbab6c;
--sell-gold:#d4b15e;
--granary-gold:#e7a14b;
--y-ng-ch-ng-orange:#f1a03b;
--gold-varnish-brown:#b85e2e;
}