Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.bittersweet {
color: #f9a04e;
}
.rogue-pink {
color: #f6a2c1;
}
.momo-peach {
color: #f67481;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--bittersweet:#f9a04e;
--rogue-pink:#f6a2c1;
--momo-peach:#f67481;
--tomato-frog:#f94346;
}