Color names in this palette
CSS code for this palette
/* CSS */
.sweet-romance {
color: #ffc2e0;
}
.blush-hour {
color: #ff7092;
}
.sizzling-red {
color: #ff3d5a;
}
.sorx-red {
color: #f50056;
}
.secret-affair {
color: #c51162;
}
/* CSS Variables */
:root {
--sweet-romance:#ffc2e0;
--blush-hour:#ff7092;
--sizzling-red:#ff3d5a;
--sorx-red:#f50056;
--secret-affair:#c51162;
}