Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f8b9ce;
}
.pink-blessing {
color: #f4a9bb;
}
.wonder-lust {
color: #f18ea0;
}
.strawberry-pink {
color: #f16a83;
}
.swiss-chard {
color: #e05c6c;
}
/* CSS Variables */
:root {
--christy-s-smile:#f8b9ce;
--pink-blessing:#f4a9bb;
--wonder-lust:#f18ea0;
--strawberry-pink:#f16a83;
--swiss-chard:#e05c6c;
}