Color names in this palette
CSS code for this palette
/* CSS */
.erythrosine {
color: #ff75b3;
}
.pink-cattleya {
color: #ffb3d1;
}
.soulmate-pink {
color: #ffcce9;
}
.sweet-serenade {
color: #ffc2d5;
}
.stellar-strawberry {
color: #ff5c92;
}
/* CSS Variables */
:root {
--erythrosine:#ff75b3;
--pink-cattleya:#ffb3d1;
--soulmate-pink:#ffcce9;
--sweet-serenade:#ffc2d5;
--stellar-strawberry:#ff5c92;
}