Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f3b4d2;
}
.laelia-pink {
color: #f7cae1;
}
.pink-tutu {
color: #f9e6e9;
}
.child-s-play {
color: #e9b9d4;
}
.i-love-you-pink {
color: #d77e93;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f3b4d2;
--laelia-pink:#f7cae1;
--pink-tutu:#f9e6e9;
--child-s-play:#e9b9d4;
--i-love-you-pink:#d77e93;
}