Color names in this palette
CSS code for this palette
/* CSS */
.anna-banana {
color: #f7d54a;
}
.radiant-sun {
color: #f3ca4f;
}
.goldsmith {
color: #efb74d;
}
.dutch-orange {
color: #e1a937;
}
.glitzy-gold {
color: #d79c2d;
}
/* CSS Variables */
:root {
--anna-banana:#f7d54a;
--radiant-sun:#f3ca4f;
--goldsmith:#efb74d;
--dutch-orange:#e1a937;
--glitzy-gold:#d79c2d;
}