Color names in this palette
CSS code for this palette
/* CSS */
.harvest-at-dusk {
color: #cc8328;
}
.golden-samovar {
color: #dfaf2a;
}
.blonde-girl {
color: #f1c45b;
}
.gold-sand {
color: #f6e7a7;
}
.rusty-sand {
color: #ebaf84;
}
/* CSS Variables */
:root {
--harvest-at-dusk:#cc8328;
--golden-samovar:#dfaf2a;
--blonde-girl:#f1c45b;
--gold-sand:#f6e7a7;
--rusty-sand:#ebaf84;
}