Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.himalayan-balsam {
color: #ff99cc;
}
.girls-night-out {
color: #ff66b3;
}
.wild-strawberry {
color: #ff3399;
}
.cyberpink {
color: #ff1f78;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--himalayan-balsam:#ff99cc;
--girls-night-out:#ff66b3;
--wild-strawberry:#ff3399;
--cyberpink:#ff1f78;
}