Color names in this palette
CSS code for this palette
/* CSS */
.erythrosine {
color: #ff75b3;
}
.fuchsia-fever {
color: #ff4d94;
}
.peevish-red {
color: #ff296d;
}
.stellar-strawberry {
color: #ff578c;
}
.saira-red {
color: #ff9ebb;
}
/* CSS Variables */
:root {
--erythrosine:#ff75b3;
--fuchsia-fever:#ff4d94;
--peevish-red:#ff296d;
--stellar-strawberry:#ff578c;
--saira-red:#ff9ebb;
}