Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.noodles {
color: #f8e5b4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.snow-white-blush {
color: #f9aeae;
}
.momo-peach {
color: #f67481;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--noodles:#f8e5b4;
--creamy-sweet-corn:#f9c54e;
--snow-white-blush:#f9aeae;
--momo-peach:#f67481;
}