Color names in this palette
CSS code for this palette
/* CSS */
.no-gmb-yellow {
color: #f7e387;
}
.funky-yellow {
color: #f1d36f;
}
.goldsmith {
color: #efb44d;
}
.bright-sun {
color: #eabe2e;
}
.flambrosia {
color: #e6a400;
}
/* CSS Variables */
:root {
--no-gmb-yellow:#f7e387;
--funky-yellow:#f1d36f;
--goldsmith:#efb44d;
--bright-sun:#eabe2e;
--flambrosia:#e6a400;
}