Color names in this palette
CSS code for this palette
/* CSS */
.marigold-yellow {
color: #fbe96f;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.carona {
color: #f9a52f;
}
.orange-avant-garde {
color: #f9851f;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--marigold-yellow:#fbe96f;
--creamy-sweet-corn:#f9c54e;
--carona:#f9a52f;
--orange-avant-garde:#f9851f;
--tomato-frog:#f94346;
}