Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f3c3d4;
}
.pink-chalk {
color: #f6a2b8;
}
.deep-blush {
color: #e76a89;
}
.cabaret {
color: #d0536c;
}
.crimson-strawberry {
color: #9f2d4b;
}
/* CSS Variables */
:root {
--cherry-blossom:#f3c3d4;
--pink-chalk:#f6a2b8;
--deep-blush:#e76a89;
--cabaret:#d0536c;
--crimson-strawberry:#9f2d4b;
}