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;
}
.azuremyst-isle {
color: #cd81f3;
}
.charted {
color: #b3cde0;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--himalayan-balsam:#ff99cc;
--girls-night-out:#ff66b3;
--azuremyst-isle:#cd81f3;
--charted:#b3cde0;
}