Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.piggy-bank {
color: #ffccbd;
}
.pink-theory {
color: #ffe5e5;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--piggy-bank:#ffccbd;
--pink-theory:#ffe5e5;
}