Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.holland-tulip {
color: #f99b4e;
}
.carrot {
color: #f76d3b;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--holland-tulip:#f99b4e;
--carrot:#f76d3b;
--tomato-frog:#f94346;
}