Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.pink-marshmallow {
color: #f5b7d1;
}
.sweetheart {
color: #f3c3d8;
}
.piggyback {
color: #f1dae3;
}
.whisper {
color: #f0e5e7;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--pink-marshmallow:#f5b7d1;
--sweetheart:#f3c3d8;
--piggyback:#f1dae3;
--whisper:#f0e5e7;
}