Color names in this palette
CSS code for this palette
/* CSS */
.erythrosine {
color: #ff7ab2;
}
.french-pink {
color: #ff61a0;
}
.diva-pink {
color: #ff3d7e;
}
.lingonberry {
color: #ff295b;
}
.in-the-red {
color: #ff1f39;
}
/* CSS Variables */
:root {
--erythrosine:#ff7ab2;
--french-pink:#ff61a0;
--diva-pink:#ff3d7e;
--lingonberry:#ff295b;
--in-the-red:#ff1f39;
}