Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb3c6;
}
.blush-hour {
color: #ff7092;
}
.diva-pink {
color: #ff3d7e;
}
.llilacquered {
color: #c75c9a;
}
.hyacinth-violet {
color: #a24e9c;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb3c6;
--blush-hour:#ff7092;
--diva-pink:#ff3d7e;
--llilacquered:#c75c9a;
--hyacinth-violet:#a24e9c;
}