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;
}
.fuchsia-fever {
color: #ff4d94;
}
.chinese-new-year {
color: #ff3366;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--himalayan-balsam:#ff99cc;
--girls-night-out:#ff66b3;
--fuchsia-fever:#ff4d94;
--chinese-new-year:#ff3366;
}