Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sweetheart {
color: #f4c3d6;
}
.love-spell {
color: #f8b4c5;
}
.rozowy-pink {
color: #f2a6b9;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sweetheart:#f4c3d6;
--love-spell:#f8b4c5;
--rozowy-pink:#f2a6b9;
--grapefruit-pulp:#ff6e61;
}