Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.ginger-milk {
color: #f7a050;
}
.goku-orange {
color: #f57d3d;
}
.oranzhewyi-orange {
color: #f25c3a;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a64e;
--ginger-milk:#f7a050;
--goku-orange:#f57d3d;
--oranzhewyi-orange:#f25c3a;
}