Color names in this palette
CSS code for this palette
/* CSS */
.sweet-romance {
color: #ffc2e0;
}
.saira-red {
color: #ff99b8;
}
.blush-hour {
color: #ff7092;
}
.love-red {
color: #ff4d70;
}
.strawberry {
color: #ff293b;
}
/* CSS Variables */
:root {
--sweet-romance:#ffc2e0;
--saira-red:#ff99b8;
--blush-hour:#ff7092;
--love-red:#ff4d70;
--strawberry:#ff293b;
}