Color names in this palette
CSS code for this palette
/* CSS */
.coral-gold {
color: #d46b4e;
}
.granary-gold {
color: #e2a04b;
}
.brandy {
color: #dab58b;
}
.egyptian-sand {
color: #beab8e;
}
.honey-maple {
color: #a66e5e;
}
/* CSS Variables */
:root {
--coral-gold:#d46b4e;
--granary-gold:#e2a04b;
--brandy:#dab58b;
--egyptian-sand:#beab8e;
--honey-maple:#a66e5e;
}