Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a3a1;
}
.pink-chi {
color: #e6898b;
}
.pinkish {
color: #d86f7f;
}
.ripe-cherry {
color: #c75771;
}
.cry-of-a-rose {
color: #b53b63;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a3a1;
--pink-chi:#e6898b;
--pinkish:#d86f7f;
--ripe-cherry:#c75771;
--cry-of-a-rose:#b53b63;
}