Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.mellow-melon {
color: #e92063;
}
.sasquatch-socks {
color: #ff4281;
}
.carnation-pink {
color: #ff80aa;
}
.lavender-candy {
color: #ffb3d6;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--mellow-melon:#e92063;
--sasquatch-socks:#ff4281;
--carnation-pink:#ff80aa;
--lavender-candy:#ffb3d6;
}