Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.t-morokoshi-corn {
color: #f9aa48;
}
.beniukon-bronze {
color: #f98339;
}
.durotar-fire {
color: #f15a27;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--t-morokoshi-corn:#f9aa48;
--beniukon-bronze:#f98339;
--durotar-fire:#f15a27;
--tomato-frog:#f94346;
}