Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f5a8b8;
}
.chantilly {
color: #eab8c9;
}
.sweetheart {
color: #f1c1d6;
}
.pink-tutu {
color: #f7e4e9;
}
.love-at-first-sight {
color: #e3a6b0;
}
/* CSS Variables */
:root {
--rozowy-pink:#f5a8b8;
--chantilly:#eab8c9;
--sweetheart:#f1c1d6;
--pink-tutu:#f7e4e9;
--love-at-first-sight:#e3a6b0;
}