Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.sasquatch-socks {
color: #ff4d7f;
}
.french-pink {
color: #ff709d;
}
.lavender-candy {
color: #ffb3d5;
}
.garden-glory {
color: #ffc2d0;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--sasquatch-socks:#ff4d7f;
--french-pink:#ff709d;
--lavender-candy:#ffb3d5;
--garden-glory:#ffc2d0;
}