Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.sasquatch-socks {
color: #ff4281;
}
.carnation-pink {
color: #ff80aa;
}
.mandarin-sorbet {
color: #ffad42;
}
.python-yellow {
color: #ffd642;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--sasquatch-socks:#ff4281;
--carnation-pink:#ff80aa;
--mandarin-sorbet:#ffad42;
--python-yellow:#ffd642;
}