Color names in this palette
CSS code for this palette
/* CSS */
.flower-spell {
color: #ffc7d8;
}
.lavender-candy {
color: #ffb3d5;
}
.cochonnet {
color: #ff8fba;
}
.french-pink {
color: #ff709d;
}
.sasquatch-socks {
color: #ff4785;
}
/* CSS Variables */
:root {
--flower-spell:#ffc7d8;
--lavender-candy:#ffb3d5;
--cochonnet:#ff8fba;
--french-pink:#ff709d;
--sasquatch-socks:#ff4785;
}