Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c8;
}
.pink-frosting {
color: #f9d7e2;
}
.in-the-pink {
color: #f2c5d3;
}
.pink-eraser {
color: #f5a199;
}
.meat {
color: #f07f7f;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c8;
--pink-frosting:#f9d7e2;
--in-the-pink:#f2c5d3;
--pink-eraser:#f5a199;
--meat:#f07f7f;
}