Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.hot-orange {
color: #f7893b;
}
.summer-citrus {
color: #f67d2c;
}
.basketball {
color: #f26b2c;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--hot-orange:#f7893b;
--summer-citrus:#f67d2c;
--basketball:#f26b2c;
}