Color names in this palette
CSS code for this palette
/* CSS */
.sugar-tooth {
color: #d98c9f;
}
.iced-vovo {
color: #e1a3b2;
}
.athena-pink {
color: #e8b5c3;
}
.sweetheart {
color: #f4c3d6;
}
.sunset-pink {
color: #f9d7e6;
}
/* CSS Variables */
:root {
--sugar-tooth:#d98c9f;
--iced-vovo:#e1a3b2;
--athena-pink:#e8b5c3;
--sweetheart:#f4c3d6;
--sunset-pink:#f9d7e6;
}