Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b0;
}
.pink-marshmallow {
color: #f4b8d4;
}
.rosy-nectar {
color: #f2c4e1;
}
.light-orchid {
color: #e5a4d3;
}
.chewing-gum-pink {
color: #e68ebc;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b0;
--pink-marshmallow:#f4b8d4;
--rosy-nectar:#f2c4e1;
--light-orchid:#e5a4d3;
--chewing-gum-pink:#e68ebc;
}