Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.diva-pink {
color: #ff3d81;
}
.blush-hour {
color: #ff7092;
}
.matt-pink {
color: #ffb3c1;
}
.christy-s-smile {
color: #f8b9ce;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--diva-pink:#ff3d81;
--blush-hour:#ff7092;
--matt-pink:#ffb3c1;
--christy-s-smile:#f8b9ce;
}