Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.noodles {
color: #f9e3b4;
}
.candlelight-peach {
color: #f8a2a0;
}
.momo-peach {
color: #f67481;
}
.crumbly-lipstick {
color: #f15bb5;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--noodles:#f9e3b4;
--candlelight-peach:#f8a2a0;
--momo-peach:#f67481;
--crumbly-lipstick:#f15bb5;
}