Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f3b4c0;
}
.demure-pink {
color: #f9d1c3;
}
.yellow-shimmer {
color: #f7e1ca;
}
.light-green-glint {
color: #e5f3d3;
}
.break-the-ice {
color: #b2e0f0;
}
/* CSS Variables */
:root {
--ibis:#f3b4c0;
--demure-pink:#f9d1c3;
--yellow-shimmer:#f7e1ca;
--light-green-glint:#e5f3d3;
--break-the-ice:#b2e0f0;
}