Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-fever {
color: #ff5c9a;
}
.erythrosine {
color: #ff75b3;
}
.cochonnet {
color: #ff8fc3;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.flower-spell {
color: #ffccd5;
}
/* CSS Variables */
:root {
--fuchsia-fever:#ff5c9a;
--erythrosine:#ff75b3;
--cochonnet:#ff8fc3;
--hot-aquarelle-pink:#ffb3e0;
--flower-spell:#ffccd5;
}