Color names in this palette
CSS code for this palette
/* CSS */
.light-sky-babe {
color: #9fd2df;
}
.bee {
color: #f2b950;
}
.flirty-rose {
color: #d65c8b;
}
.unripe-strawberry {
color: #f78da7;
}
.sweetheart {
color: #f1c1d6;
}
/* CSS Variables */
:root {
--light-sky-babe:#9fd2df;
--bee:#f2b950;
--flirty-rose:#d65c8b;
--unripe-strawberry:#f78da7;
--sweetheart:#f1c1d6;
}