Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.sunset-yellow {
color: #f98c3e;
}
.beniukon-bronze {
color: #f97c39;
}
.orange-soda {
color: #f95939;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--sunset-yellow:#f98c3e;
--beniukon-bronze:#f97c39;
--orange-soda:#f95939;
}