Color names in this palette
CSS code for this palette
/* CSS */
.radiant-yellow {
color: #fb9f28;
}
.mango-margarita {
color: #f6b44c;
}
.cornsilk-yellow {
color: #f3c66d;
}
.first-day-of-summer {
color: #f1e99d;
}
.gold-foil {
color: #d9a24a;
}
/* CSS Variables */
:root {
--radiant-yellow:#fb9f28;
--mango-margarita:#f6b44c;
--cornsilk-yellow:#f3c66d;
--first-day-of-summer:#f1e99d;
--gold-foil:#d9a24a;
}