Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.t-morokoshi-corn {
color: #f9a748;
}
.s-l-i-orange {
color: #f98348;
}
.breeze-of-chilli {
color: #f76e6e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--t-morokoshi-corn:#f9a748;
--s-l-i-orange:#f98348;
--breeze-of-chilli:#f76e6e;
--tomato-frog:#f94346;
}