Color names in this palette
CSS code for this palette
/* CSS */
.red-violet {
color: #a3006d;
}
.moth-orchid {
color: #d1006c;
}
.stellar-strawberry {
color: #ff5c8a;
}
.cherry-blossom-pink {
color: #ffb3c7;
}
.pink-theory {
color: #ffe5e5;
}
/* CSS Variables */
:root {
--red-violet:#a3006d;
--moth-orchid:#d1006c;
--stellar-strawberry:#ff5c8a;
--cherry-blossom-pink:#ffb3c7;
--pink-theory:#ffe5e5;
}