Color names in this palette
CSS code for this palette
/* CSS */
.light-sky-babe {
color: #9fd2df;
}
.emperor-s-children {
color: #f2a1b1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.pastry {
color: #f7e0b6;
}
.fresh-on-the-market {
color: #f9a9b6;
}
/* CSS Variables */
:root {
--light-sky-babe:#9fd2df;
--emperor-s-children:#f2a1b1;
--creamy-sweet-corn:#f9c54e;
--pastry:#f7e0b6;
--fresh-on-the-market:#f9a9b6;
}