Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.ornery-tangerine {
color: #f8792a;
}
.orange-soda {
color: #f95d3e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a64e;
--ornery-tangerine:#f8792a;
--orange-soda:#f95d3e;
--tomato-frog:#f94346;
}