Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.cream-blush {
color: #f9c29a;
}
.corally {
color: #f9a89f;
}
.flirty-salmon {
color: #f96e6c;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--cream-blush:#f9c29a;
--corally:#f9a89f;
--flirty-salmon:#f96e6c;
--tomato-frog:#f94346;
}