Color names in this palette
CSS code for this palette
/* CSS */
.sweet-romance {
color: #ffc2e0;
}
.erythrosine {
color: #ff80b2;
}
.fuchsia-fever {
color: #ff4d94;
}
.peevish-red {
color: #ff296d;
}
.mellow-melon {
color: #e92063;
}
/* CSS Variables */
:root {
--sweet-romance:#ffc2e0;
--erythrosine:#ff80b2;
--fuchsia-fever:#ff4d94;
--peevish-red:#ff296d;
--mellow-melon:#e92063;
}