Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.gemini-mustard-momento {
color: #f9a34e;
}
.rich-gardenia {
color: #f67c4c;
}
.oranzhewyi-orange {
color: #f05b3d;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a64e;
--gemini-mustard-momento:#f9a34e;
--rich-gardenia:#f67c4c;
--oranzhewyi-orange:#f05b3d;
}