Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.himalayan-balsam {
color: #ff9ec5;
}
.erythrosine {
color: #ff75b3;
}
.fuchsia-fever {
color: #ff4d9d;
}
.philippine-pink {
color: #ff1a8c;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--himalayan-balsam:#ff9ec5;
--erythrosine:#ff75b3;
--fuchsia-fever:#ff4d9d;
--philippine-pink:#ff1a8c;
}