Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c6d9;
}
.manga-pink {
color: #f7b6d7;
}
.pink-chalk {
color: #f5a3be;
}
.carnation {
color: #f97b8e;
}
.embarrassment {
color: #f77878;
}
/* CSS Variables */
:root {
--sweetheart:#f1c6d9;
--manga-pink:#f7b6d7;
--pink-chalk:#f5a3be;
--carnation:#f97b8e;
--embarrassment:#f77878;
}