Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.saira-red {
color: #ff9eba;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.pink-perfume {
color: #ffdbe6;
}
.sweetly {
color: #ffe5f0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--saira-red:#ff9eba;
--cherry-blossom-pink:#ffb3c6;
--pink-perfume:#ffdbe6;
--sweetly:#ffe5f0;
}