Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.pot-of-gold {
color: #f9cb24;
}
.just-blush {
color: #f9b5a4;
}
.pink-fit {
color: #f9a4b5;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--pot-of-gold:#f9cb24;
--just-blush:#f9b5a4;
--pink-fit:#f9a4b5;
--tomato-frog:#f94346;
}