Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.rosey-afterglow {
color: #f8c9d1;
}
.pink-tutu {
color: #fbe4e7;
}
.song-of-summer {
color: #fce6b6;
}
.pink-blush {
color: #f7abb5;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--rosey-afterglow:#f8c9d1;
--pink-tutu:#fbe4e7;
--song-of-summer:#fce6b6;
--pink-blush:#f7abb5;
}