Color names in this palette
CSS code for this palette
/* CSS */
.sweet-serenade {
color: #ffc2d5;
}
.saira-red {
color: #ff99b1;
}
.blush-hour {
color: #ff7092;
}
.love-red {
color: #ff4d6d;
}
.lightish-red {
color: #ff294d;
}
/* CSS Variables */
:root {
--sweet-serenade:#ffc2d5;
--saira-red:#ff99b1;
--blush-hour:#ff7092;
--love-red:#ff4d6d;
--lightish-red:#ff294d;
}