Color names in this palette
CSS code for this palette
/* CSS */
.river-of-gold {
color: #e4b75e;
}
.royal-gold-pearl {
color: #d2a951;
}
.golden-field {
color: #c49c4a;
}
.ancient-pottery {
color: #a27c5d;
}
.japanese-iris {
color: #7e5b3a;
}
/* CSS Variables */
:root {
--river-of-gold:#e4b75e;
--royal-gold-pearl:#d2a951;
--golden-field:#c49c4a;
--ancient-pottery:#a27c5d;
--japanese-iris:#7e5b3a;
}