Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.rhodonite {
color: #f4b3c7;
}
.pink-frosting {
color: #f9d7e2;
}
.light-chiffon {
color: #f4e7e6;
}
.meristem {
color: #a8e1d1;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--rhodonite:#f4b3c7;
--pink-frosting:#f9d7e2;
--light-chiffon:#f4e7e6;
--meristem:#a8e1d1;
}