Color names in this palette
CSS code for this palette
/* CSS */
.true-love {
color: #e7798b;
}
.rozowy-pink {
color: #f1a7b8;
}
.sweetheart {
color: #f4c3d6;
}
.poetic-princess {
color: #f9e1e5;
}
.sea-salt-sherbet {
color: #fef6f7;
}
/* CSS Variables */
:root {
--true-love:#e7798b;
--rozowy-pink:#f1a7b8;
--sweetheart:#f4c3d6;
--poetic-princess:#f9e1e5;
--sea-salt-sherbet:#fef6f7;
}