Color names in this palette
CSS code for this palette
/* CSS */
.samantha-s-room {
color: #f4d7e5;
}
.lavender-candy {
color: #f6b1d7;
}
.cochonnet {
color: #ff8fb8;
}
.fuchsia-fever {
color: #ff5c9a;
}
.office-neon-light {
color: #ff2e74;
}
/* CSS Variables */
:root {
--samantha-s-room:#f4d7e5;
--lavender-candy:#f6b1d7;
--cochonnet:#ff8fb8;
--fuchsia-fever:#ff5c9a;
--office-neon-light:#ff2e74;
}