Color names in this palette
CSS code for this palette
/* CSS */
.erythrosine {
color: #ff80b5;
}
.fuchsia-fever {
color: #ff4d94;
}
.pink-ink {
color: #ff1a6e;
}
.medium-violet-red {
color: #c61585;
}
.heliotrope-magenta {
color: #a400b3;
}
/* CSS Variables */
:root {
--erythrosine:#ff80b5;
--fuchsia-fever:#ff4d94;
--pink-ink:#ff1a6e;
--medium-violet-red:#c61585;
--heliotrope-magenta:#a400b3;
}