Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.sunshade {
color: #f89e49;
}
.rich-gardenia {
color: #f77e4b;
}
.orange-soda {
color: #f45c3e;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--sunshade:#f89e49;
--rich-gardenia:#f77e4b;
--orange-soda:#f45c3e;
}