Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f9d7e1;
}
.pink-chalk {
color: #f4a4bf;
}
.brown-knapweed {
color: #f288a9;
}
.liseran-purple {
color: #d86fa0;
}
.thimble-red {
color: #a35c8d;
}
/* CSS Variables */
:root {
--pink-frosting:#f9d7e1;
--pink-chalk:#f4a4bf;
--brown-knapweed:#f288a9;
--liseran-purple:#d86fa0;
--thimble-red:#a35c8d;
}