Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.stellar-strawberry {
color: #ff5c8a;
}
.camaron-pink {
color: #ff8095;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.pink-currant {
color: #ffd6e9;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--stellar-strawberry:#ff5c8a;
--camaron-pink:#ff8095;
--cherry-blossom-pink:#ffb3c6;
--pink-currant:#ffd6e9;
}