Color names in this palette
CSS code for this palette
/* CSS */
.saira-red {
color: #ff9eb3;
}
.blush-hour {
color: #ff7094;
}
.love-red {
color: #ff4d6d;
}
.lightish-red {
color: #ff2e4d;
}
.in-the-red {
color: #ff1a38;
}
/* CSS Variables */
:root {
--saira-red:#ff9eb3;
--blush-hour:#ff7094;
--love-red:#ff4d6d;
--lightish-red:#ff2e4d;
--in-the-red:#ff1a38;
}