Color names in this palette
CSS code for this palette
/* CSS */
.pink-parakeet {
color: #b05473;
}
.ibis-rose {
color: #c75c8c;
}
.phlox-pink {
color: #d16199;
}
.iced-vovo {
color: #e3a1b0;
}
.sweetheart {
color: #f4c3d6;
}
/* CSS Variables */
:root {
--pink-parakeet:#b05473;
--ibis-rose:#c75c8c;
--phlox-pink:#d16199;
--iced-vovo:#e3a1b0;
--sweetheart:#f4c3d6;
}