Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.pink-condition {
color: #ff99e5;
}
.fuchsia-fever {
color: #ff4d94;
}
.pink-ink {
color: #ff1a75;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--hot-aquarelle-pink:#ffb3d9;
--pink-condition:#ff99e5;
--fuchsia-fever:#ff4d94;
--pink-ink:#ff1a75;
}