Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-fever {
color: #ff5c98;
}
.cochonnet {
color: #ff8ac2;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.soft-purple {
color: #a56fbe;
}
.daisy-bush {
color: #5d3989;
}
/* CSS Variables */
:root {
--fuchsia-fever:#ff5c98;
--cochonnet:#ff8ac2;
--hot-aquarelle-pink:#ffb3e0;
--soft-purple:#a56fbe;
--daisy-bush:#5d3989;
}