Color names in this palette
CSS code for this palette
/* CSS */
.xanthous {
color: #f3b530;
}
.sunny-mood {
color: #f7c94b;
}
.no-gmb-yellow {
color: #fbe689;
}
.lemon-peel {
color: #ffec80;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--xanthous:#f3b530;
--sunny-mood:#f7c94b;
--no-gmb-yellow:#fbe689;
--lemon-peel:#ffec80;
--usc-gold:#ffcc00;
}