Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.love-spell {
color: #f8b4c1;
}
.rozowy-pink {
color: #f4a4b7;
}
.pink-eraser {
color: #f29c9d;
}
.momo-peach {
color: #f27d83;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--love-spell:#f8b4c1;
--rozowy-pink:#f4a4b7;
--pink-eraser:#f29c9d;
--momo-peach:#f27d83;
}