Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb3c7;
}
.blush-hour {
color: #ff7092;
}
.raspberry-sorbet {
color: #d93f6b;
}
.middle-safflower {
color: #c94f7e;
}
.radiant-orchid {
color: #a95b98;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb3c7;
--blush-hour:#ff7092;
--raspberry-sorbet:#d93f6b;
--middle-safflower:#c94f7e;
--radiant-orchid:#a95b98;
}