Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f0b7d2;
}
.rosy-nectar {
color: #f6c6e3;
}
.prettiest-pink {
color: #e7a7c8;
}
.tempting-pink {
color: #e08ab9;
}
.fiesta-pink {
color: #d66b99;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f0b7d2;
--rosy-nectar:#f6c6e3;
--prettiest-pink:#e7a7c8;
--tempting-pink:#e08ab9;
--fiesta-pink:#d66b99;
}