Color names in this palette
CSS code for this palette
/* CSS */
.embarrassed {
color: #f57a99;
}
.rozowy-pink {
color: #f1a7b9;
}
.in-the-pink {
color: #f4c3d1;
}
.pork-belly {
color: #f9e1e6;
}
.valerie {
color: #fce3e7;
}
/* CSS Variables */
:root {
--embarrassed:#f57a99;
--rozowy-pink:#f1a7b9;
--in-the-pink:#f4c3d1;
--pork-belly:#f9e1e6;
--valerie:#fce3e7;
}