Color names in this palette
CSS code for this palette
/* CSS */
.sweet-serenade {
color: #ffc2d4;
}
.saira-red {
color: #ff9eba;
}
.blush-hour {
color: #ff7094;
}
.love-red {
color: #ff4d6a;
}
.lightish-red {
color: #ff2e4a;
}
/* CSS Variables */
:root {
--sweet-serenade:#ffc2d4;
--saira-red:#ff9eba;
--blush-hour:#ff7094;
--love-red:#ff4d6a;
--lightish-red:#ff2e4a;
}