Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.blended-fruit {
color: #f9e5a4;
}
.salmon-fresco {
color: #f9b09f;
}
.grapefruit {
color: #f75959;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--blended-fruit:#f9e5a4;
--salmon-fresco:#f9b09f;
--grapefruit:#f75959;
--tomato-frog:#f94346;
}