Color names in this palette
CSS code for this palette
/* CSS */
.sugar-tooth {
color: #d590a4;
}
.iced-vovo {
color: #e09eb3;
}
.chantilly {
color: #f0b7c4;
}
.pink-frosting {
color: #f9d7e0;
}
.pink-pleasure {
color: #fee1e6;
}
/* CSS Variables */
:root {
--sugar-tooth:#d590a4;
--iced-vovo:#e09eb3;
--chantilly:#f0b7c4;
--pink-frosting:#f9d7e0;
--pink-pleasure:#fee1e6;
}