Color names in this palette
CSS code for this palette
/* CSS */
.lemon-ice-yellow {
color: #f5e2a8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.texas-sunset {
color: #f89720;
}
.persimmon-orange {
color: #f3712b;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--lemon-ice-yellow:#f5e2a8;
--creamy-sweet-corn:#f9c54e;
--texas-sunset:#f89720;
--persimmon-orange:#f3712b;
--tomato-frog:#f94346;
}