Color names in this palette
CSS code for this palette
/* CSS */
.saira-red {
color: #ff9eb6;
}
.blush-hour {
color: #ff7092;
}
.love-red {
color: #ff4d6d;
}
.lingonberry {
color: #ff295b;
}
.pink-poison {
color: #ff007b;
}
/* CSS Variables */
:root {
--saira-red:#ff9eb6;
--blush-hour:#ff7092;
--love-red:#ff4d6d;
--lingonberry:#ff295b;
--pink-poison:#ff007b;
}