Color names in this palette
CSS code for this palette
/* CSS */
.mixed-fruit {
color: #f8b5af;
}
.everblooming {
color: #f1c6b6;
}
.blossom-pink {
color: #e6d6d0;
}
.valley-of-tears {
color: #d2e1e5;
}
.crystal-river {
color: #b2e5f0;
}
/* CSS Variables */
:root {
--mixed-fruit:#f8b5af;
--everblooming:#f1c6b6;
--blossom-pink:#e6d6d0;
--valley-of-tears:#d2e1e5;
--crystal-river:#b2e5f0;
}