Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f4c3d5;
}
.love-spell {
color: #f9b4c0;
}
.rogue-pink {
color: #f6a2c5;
}
.prism-pink {
color: #f09ec0;
}
.strawberry-milkshake {
color: #d66b89;
}
/* CSS Variables */
:root {
--cherry-blossom:#f4c3d5;
--love-spell:#f9b4c0;
--rogue-pink:#f6a2c5;
--prism-pink:#f09ec0;
--strawberry-milkshake:#d66b89;
}