Color names in this palette
CSS code for this palette
/* CSS */
.erythrosine {
color: #ff75b1;
}
.himalayan-balsam {
color: #ff99c5;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.orange-ice {
color: #ffdec2;
}
.shampoo {
color: #ffccf2;
}
/* CSS Variables */
:root {
--erythrosine:#ff75b1;
--himalayan-balsam:#ff99c5;
--hot-aquarelle-pink:#ffb3d9;
--orange-ice:#ffdec2;
--shampoo:#ffccf2;
}