Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
.sunshade {
color: #f89e49;
}
.coral-pink {
color: #f77c78;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--salted-caramel-popcorn:#f9b14e;
--sunshade:#f89e49;
--coral-pink:#f77c78;
--tomato-frog:#f94346;
}