Color names in this palette
CSS code for this palette
/* CSS */
.golden-cream {
color: #f7b769;
}
.forsythia-blossom {
color: #f8d86d;
}
.gold-sand {
color: #f6e6a7;
}
.granary-gold {
color: #e9a14e;
}
.coppersmith {
color: #d88c3b;
}
/* CSS Variables */
:root {
--golden-cream:#f7b769;
--forsythia-blossom:#f8d86d;
--gold-sand:#f6e6a7;
--granary-gold:#e9a14e;
--coppersmith:#d88c3b;
}