Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f2a1b0;
}
.pink-beauty {
color: #dca7c4;
}
.cherry-blossom {
color: #f7c0d4;
}
.pink-chalk {
color: #f5a3b8;
}
.raspberry-mousse {
color: #e1708a;
}
/* CSS Variables */
:root {
--sweet-60:#f2a1b0;
--pink-beauty:#dca7c4;
--cherry-blossom:#f7c0d4;
--pink-chalk:#f5a3b8;
--raspberry-mousse:#e1708a;
}