Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f9d7e0;
}
.british-rose {
color: #f2c9dc;
}
.azalea-pink {
color: #f9bec3;
}
.pink-blush {
color: #f6acb4;
}
.mangala-pink {
color: #e783a8;
}
/* CSS Variables */
:root {
--pink-frosting:#f9d7e0;
--british-rose:#f2c9dc;
--azalea-pink:#f9bec3;
--pink-blush:#f6acb4;
--mangala-pink:#e783a8;
}