Color names in this palette
CSS code for this palette
/* CSS */
.erythrosine {
color: #ff75b1;
}
.blush-hour {
color: #ff7092;
}
.brink-pink {
color: #ff5c7f;
}
.love-red {
color: #ff4d6d;
}
.neon-fuchsia {
color: #ff3d5e;
}
/* CSS Variables */
:root {
--erythrosine:#ff75b1;
--blush-hour:#ff7092;
--brink-pink:#ff5c7f;
--love-red:#ff4d6d;
--neon-fuchsia:#ff3d5e;
}