Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.orangish {
color: #f98c48;
}
.coral-quartz {
color: #f7695f;
}
.flower-blossom-pink {
color: #ef7b89;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--orangish:#f98c48;
--coral-quartz:#f7695f;
--flower-blossom-pink:#ef7b89;
}