Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f8b9ce;
}
.pink-fit {
color: #f2a6b0;
}
.true-love {
color: #e27990;
}
.pink-punch {
color: #d14d6b;
}
.gooseberry {
color: #a33e5a;
}
/* CSS Variables */
:root {
--christy-s-smile:#f8b9ce;
--pink-fit:#f2a6b0;
--true-love:#e27990;
--pink-punch:#d14d6b;
--gooseberry:#a33e5a;
}