CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f6a7b8;
}
.calla {
color: #f1e1b6;
}
.surf {
color: #b9d6b8;
}
.deluxe-days {
color: #8dc8e8;
}
.salmon-pok-bowl {
color: #f27c78;
}
/* CSS Variables */
:root {
--rozowy-pink:#f6a7b8;
--calla:#f1e1b6;
--surf:#b9d6b8;
--deluxe-days:#8dc8e8;
--salmon-pok-bowl:#f27c78;
}