Color names in this palette
CSS code for this palette
/* CSS */
.embarrassed {
color: #e47799;
}
.rozowy-pink {
color: #f3a5b9;
}
.cherry-blossom {
color: #f6c1d7;
}
.pork-belly {
color: #f8e2e7;
}
.soft-pink {
color: #f8afc0;
}
/* CSS Variables */
:root {
--embarrassed:#e47799;
--rozowy-pink:#f3a5b9;
--cherry-blossom:#f6c1d7;
--pork-belly:#f8e2e7;
--soft-pink:#f8afc0;
}