Color names in this palette
CSS code for this palette
/* CSS */
.rosy-nectar {
color: #f5c2e5;
}
.pink-marshmallow {
color: #f2b1d3;
}
.prettiest-pink {
color: #e2a2c4;
}
.bright-ube {
color: #d4a6e8;
}
.morality {
color: #b5d0e8;
}
/* CSS Variables */
:root {
--rosy-nectar:#f5c2e5;
--pink-marshmallow:#f2b1d3;
--prettiest-pink:#e2a2c4;
--bright-ube:#d4a6e8;
--morality:#b5d0e8;
}