Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.florida-sunrise {
color: #f9ab6c;
}
.s-l-i-orange {
color: #f98348;
}
.chaat-masala {
color: #f07f2d;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--florida-sunrise:#f9ab6c;
--s-l-i-orange:#f98348;
--chaat-masala:#f07f2d;
--tomato-frog:#f94346;
}