Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c6d8;
}
.manga-pink {
color: #f7b6d7;
}
.harmonious-rose {
color: #f79cba;
}
.geranium-pink {
color: #f68e9c;
}
.i-pink-i-can {
color: #d57b8c;
}
/* CSS Variables */
:root {
--sweetheart:#f1c6d8;
--manga-pink:#f7b6d7;
--harmonious-rose:#f79cba;
--geranium-pink:#f68e9c;
--i-pink-i-can:#d57b8c;
}