Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.ibis {
color: #f5b2c3;
}
.pink-frosting {
color: #fad6e1;
}
.marshmallow-rose {
color: #f7e3e7;
}
.fussy-pink {
color: #e8a6b9;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--ibis:#f5b2c3;
--pink-frosting:#fad6e1;
--marshmallow-rose:#f7e3e7;
--fussy-pink:#e8a6b9;
}