Color names in this palette
CSS code for this palette
/* CSS */
.erythrosine {
color: #ff75b3;
}
.himalayan-balsam {
color: #ff99ca;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.shampoo {
color: #ffccf2;
}
.lavender-blush {
color: #fff0f5;
}
/* CSS Variables */
:root {
--erythrosine:#ff75b3;
--himalayan-balsam:#ff99ca;
--hot-aquarelle-pink:#ffb3d9;
--shampoo:#ffccf2;
--lavender-blush:#fff0f5;
}