Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e2;
}
.erythrosine {
color: #ff75b1;
}
.fuchsia-fever {
color: #ff5c9a;
}
.diva-pink {
color: #ff3d7e;
}
.peevish-red {
color: #ff1a66;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e2;
--erythrosine:#ff75b1;
--fuchsia-fever:#ff5c9a;
--diva-pink:#ff3d7e;
--peevish-red:#ff1a66;
}