Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.s-l-i-orange {
color: #f98348;
}
.grenadine-pink {
color: #f95d6a;
}
.carnation {
color: #f97b8e;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a64e;
--s-l-i-orange:#f98348;
--grenadine-pink:#f95d6a;
--carnation:#f97b8e;
}