Color names in this palette
CSS code for this palette
/* CSS */
.erythrosine {
color: #ff75b1;
}
.saira-red {
color: #ff9ebb;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.rosy-nectar {
color: #f6c1e0;
}
.minute-mauve {
color: #f2e2f3;
}
/* CSS Variables */
:root {
--erythrosine:#ff75b1;
--saira-red:#ff9ebb;
--hot-aquarelle-pink:#ffb3d9;
--rosy-nectar:#f6c1e0;
--minute-mauve:#f2e2f3;
}