CSS code for this palette
/* CSS */
.sunset-pink {
color: #f7d4e5;
}
.rozowy-pink {
color: #f2a6b8;
}
.momo-peach {
color: #f57a7c;
}
.tangelo {
color: #f54e00;
}
.rustique {
color: #f6c0b6;
}
/* CSS Variables */
:root {
--sunset-pink:#f7d4e5;
--rozowy-pink:#f2a6b8;
--momo-peach:#f57a7c;
--tangelo:#f54e00;
--rustique:#f6c0b6;
}