Color names in this palette
CSS code for this palette
/* CSS */
.sunshine-mellow {
color: #f1c40e;
}
.gold-tips {
color: #e6b328;
}
.golden-grass {
color: #d9a630;
}
.gentleman-s-whiskey {
color: #c88a2d;
}
.mandalay {
color: #b67e2b;
}
/* CSS Variables */
:root {
--sunshine-mellow:#f1c40e;
--gold-tips:#e6b328;
--golden-grass:#d9a630;
--gentleman-s-whiskey:#c88a2d;
--mandalay:#b67e2b;
}