Color names in this palette
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;
}