Color names in this palette
CSS code for this palette
/* CSS */
.ride-off-into-the-sunset {
color: #f1d25f;
}
.gold-gleam {
color: #d0b44e;
}
.golden-history {
color: #b89b3d;
}
.bronze-leaf {
color: #a7832f;
}
.corn-harvest {
color: #8d6e25;
}
/* CSS Variables */
:root {
--ride-off-into-the-sunset:#f1d25f;
--gold-gleam:#d0b44e;
--golden-history:#b89b3d;
--bronze-leaf:#a7832f;
--corn-harvest:#8d6e25;
}