Color names in this palette
CSS code for this palette
/* CSS */
.no-gmb-yellow {
color: #f9e58b;
}
.classical-yellow {
color: #f8d291;
}
.mango-margarita {
color: #f5b44d;
}
.welcoming-wasp {
color: #f0a800;
}
.flambrosia {
color: #e6a800;
}
/* CSS Variables */
:root {
--no-gmb-yellow:#f9e58b;
--classical-yellow:#f8d291;
--mango-margarita:#f5b44d;
--welcoming-wasp:#f0a800;
--flambrosia:#e6a800;
}