Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.pink-tease {
color: #ff80bf;
}
.fuchsia-fever {
color: #ff4d94;
}
.pink-ink {
color: #ff1a6e;
}
.hawaiian-raspberry {
color: #ff0051;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--pink-tease:#ff80bf;
--fuchsia-fever:#ff4d94;
--pink-ink:#ff1a6e;
--hawaiian-raspberry:#ff0051;
}