Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.shimmering-love {
color: #ff8aca;
}
.girls-night-out {
color: #ff66b3;
}
.fuchsia-fever {
color: #ff4d94;
}
.lilac-lotion {
color: #ff3385;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--shimmering-love:#ff8aca;
--girls-night-out:#ff66b3;
--fuchsia-fever:#ff4d94;
--lilac-lotion:#ff3385;
}