Color names in this palette
CSS code for this palette
/* CSS */
.sweet-serenade {
color: #ffc2d4;
}
.blush-hour {
color: #ff7092;
}
.diva-pink {
color: #ff3d7e;
}
.moth-orchid {
color: #d1006c;
}
.smooch {
color: #7e1b5f;
}
/* CSS Variables */
:root {
--sweet-serenade:#ffc2d4;
--blush-hour:#ff7092;
--diva-pink:#ff3d7e;
--moth-orchid:#d1006c;
--smooch:#7e1b5f;
}