Color names in this palette
CSS code for this palette
/* CSS */
.sweet-romance {
color: #ffc2e0;
}
.blush-hour {
color: #ff7092;
}
.love-red {
color: #ff4d6a;
}
.rosy-cheeks {
color: #d84f6d;
}
.primal-red {
color: #a62b56;
}
/* CSS Variables */
:root {
--sweet-romance:#ffc2e0;
--blush-hour:#ff7092;
--love-red:#ff4d6a;
--rosy-cheeks:#d84f6d;
--primal-red:#a62b56;
}