Color names in this palette
CSS code for this palette
/* CSS */
.gold-drop {
color: #d86c31;
}
.goblin-eyes {
color: #ea8c2e;
}
.mango-margarita {
color: #f5b44d;
}
.pale-gold {
color: #fedf6c;
}
.moonglow {
color: #f8e3c4;
}
/* CSS Variables */
:root {
--gold-drop:#d86c31;
--goblin-eyes:#ea8c2e;
--mango-margarita:#f5b44d;
--pale-gold:#fedf6c;
--moonglow:#f8e3c4;
}