Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3da;
}
.sweet-lilac {
color: #eab8d1;
}
.pink-fit {
color: #f5a8b0;
}
.geranium-pink {
color: #f58e99;
}
.strawberry-pink {
color: #f5707d;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3da;
--sweet-lilac:#eab8d1;
--pink-fit:#f5a8b0;
--geranium-pink:#f58e99;
--strawberry-pink:#f5707d;
}