Color names in this palette
CSS code for this palette
/* CSS */
.fashion-fuchsia {
color: #f500a3;
}
.moth-orchid {
color: #d6006f;
}
.shy-guy-red {
color: #a8004f;
}
.cochonnet {
color: #ff8abb;
}
.fuchsia-fever {
color: #ff4d94;
}
/* CSS Variables */
:root {
--fashion-fuchsia:#f500a3;
--moth-orchid:#d6006f;
--shy-guy-red:#a8004f;
--cochonnet:#ff8abb;
--fuchsia-fever:#ff4d94;
}