Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e6a3b0;
}
.soft-cashmere {
color: #f2b1d7;
}
.pink-frosting {
color: #f7d4e0;
}
.pink-tutu {
color: #f9e6e9;
}
.pink-currant {
color: #ffd6e7;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e6a3b0;
--soft-cashmere:#f2b1d7;
--pink-frosting:#f7d4e0;
--pink-tutu:#f9e6e9;
--pink-currant:#ffd6e7;
}