Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.ginger-peach {
color: #f9d09f;
}
.corally {
color: #f9a89f;
}
.breeze-of-chilli {
color: #f37272;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--ginger-peach:#f9d09f;
--corally:#f9a89f;
--breeze-of-chilli:#f37272;
--tomato-frog:#f94346;
}