Color names in this palette
CSS code for this palette
/* CSS */
.erythrosine {
color: #ff75b1;
}
.himalayan-balsam {
color: #ff9ecf;
}
.hermosa-pink {
color: #ffb3e7;
}
.silky-pink {
color: #ffdbf4;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--erythrosine:#ff75b1;
--himalayan-balsam:#ff9ecf;
--hermosa-pink:#ffb3e7;
--silky-pink:#ffdbf4;
--white:#ffffff;
}