Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
.sagittarius-amber-artifact {
color: #f97c3e;
}
.carrot {
color: #f9703e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--salted-caramel-popcorn:#f9b14e;
--sagittarius-amber-artifact:#f97c3e;
--carrot:#f9703e;
--tomato-frog:#f94346;
}