Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f8b4d2;
}
.rogue-pink {
color: #f7a1c5;
}
.laelia-pink {
color: #f5c7e0;
}
.sheer-lavender {
color: #f0e0f0;
}
.tender-peach {
color: #f8d5b9;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f8b4d2;
--rogue-pink:#f7a1c5;
--laelia-pink:#f5c7e0;
--sheer-lavender:#f0e0f0;
--tender-peach:#f8d5b9;
}