Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.summer-citrus {
color: #f9832f;
}
.cigarette-glow {
color: #f05800;
}
.ravishing-rouge {
color: #c22400;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--summer-citrus:#f9832f;
--cigarette-glow:#f05800;
--ravishing-rouge:#c22400;
}