Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.candied-yams {
color: #f9ab67;
}
.tuscan {
color: #f9d6a9;
}
.pink-fit {
color: #f9a4b2;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--candied-yams:#f9ab67;
--tuscan:#f9d6a9;
--pink-fit:#f9a4b2;
--tomato-frog:#f94346;
}