Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.stellar-strawberry {
color: #ff5c8d;
}
.conch-shell {
color: #ff8a9b;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.baby-girl {
color: #ffe0e7;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--stellar-strawberry:#ff5c8d;
--conch-shell:#ff8a9b;
--cherry-blossom-pink:#ffb3c6;
--baby-girl:#ffe0e7;
}