Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.biscuit-cream {
color: #f9ccb9;
}
.pink-marshmallow {
color: #f8b4d2;
}
.sachet-pink {
color: #f490b1;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--biscuit-cream:#f9ccb9;
--pink-marshmallow:#f8b4d2;
--sachet-pink:#f490b1;
--tomato-frog:#f94346;
}