Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.himalayan-balsam {
color: #ff99cc;
}
.girls-night-out {
color: #ff66b3;
}
.knockout-pink {
color: #ff3d98;
}
.philippine-pink {
color: #ff1a8c;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--himalayan-balsam:#ff99cc;
--girls-night-out:#ff66b3;
--knockout-pink:#ff3d98;
--philippine-pink:#ff1a8c;
}