Color names in this palette
CSS code for this palette
/* CSS */
.sweet-serenade {
color: #ffc2d5;
}
.cochonnet {
color: #ff8abb;
}
.fuchsia-fever {
color: #ff5c9a;
}
.office-neon-light {
color: #ff2974;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--sweet-serenade:#ffc2d5;
--cochonnet:#ff8abb;
--fuchsia-fever:#ff5c9a;
--office-neon-light:#ff2974;
--moth-orchid:#d6006f;
}