Color names in this palette
CSS code for this palette
/* CSS */
.candy-bar {
color: #ffb8d5;
}
.cochonnet {
color: #ff85b8;
}
.fuchsia-fever {
color: #ff4d9d;
}
.peevish-red {
color: #ff296d;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--candy-bar:#ffb8d5;
--cochonnet:#ff85b8;
--fuchsia-fever:#ff4d9d;
--peevish-red:#ff296d;
--moth-orchid:#d6006f;
}