Color names in this palette
CSS code for this palette
/* CSS */
.last-sunlight {
color: #e5b738;
}
.glitzy-gold {
color: #d6a12e;
}
.crispy-gold {
color: #c29b2e;
}
.fluor-spar {
color: #a77d35;
}
.time-honored {
color: #7f6c2f;
}
/* CSS Variables */
:root {
--last-sunlight:#e5b738;
--glitzy-gold:#d6a12e;
--crispy-gold:#c29b2e;
--fluor-spar:#a77d35;
--time-honored:#7f6c2f;
}