Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.sunnyside {
color: #f7d118;
}
.xanthic {
color: #f8e61b;
}
.gold-sand {
color: #f9e4a9;
}
.lemon-dream {
color: #f0a400;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--sunnyside:#f7d118;
--xanthic:#f8e61b;
--gold-sand:#f9e4a9;
--lemon-dream:#f0a400;
}