Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.changeling-pink {
color: #f1b1cf;
}
.in-the-pink {
color: #f2c5cf;
}
.peach-rose {
color: #f6e3d5;
}
.rozowy-pink {
color: #f1a7b7;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--changeling-pink:#f1b1cf;
--in-the-pink:#f2c5cf;
--peach-rose:#f6e3d5;
--rozowy-pink:#f1a7b7;
}