All Palettes

Color Palette #000000, #d6006f, #ff4281, #ff80aa, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.black {
color: #000000;
}
.moth-orchid {
color: #d6006f;
}
.sasquatch-socks {
color: #ff4281;
}
.carnation-pink {
color: #ff80aa;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--black:#000000;
--moth-orchid:#d6006f;
--sasquatch-socks:#ff4281;
--carnation-pink:#ff80aa;
--white:#ffffff;
}

More palettes to explore