Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f1b1d2;
}
.classic-rose {
color: #f8c9e6;
}
.blackbird-s-egg {
color: #fce6e3;
}
.pink-fit {
color: #f3a5b2;
}
.flower-blossom-pink {
color: #ef7b89;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f1b1d2;
--classic-rose:#f8c9e6;
--blackbird-s-egg:#fce6e3;
--pink-fit:#f3a5b2;
--flower-blossom-pink:#ef7b89;
}