Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.erythrosine {
color: #ff80b2;
}
.fuchsia-fever {
color: #ff4d94;
}
.pink-ink {
color: #ff1a75;
}
.framboise {
color: #e6005c;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--erythrosine:#ff80b2;
--fuchsia-fever:#ff4d94;
--pink-ink:#ff1a75;
--framboise:#e6005c;
}