Color names in this palette
CSS code for this palette
/* CSS */
.sweet-angel {
color: #f2c7ba;
}
.calabrese {
color: #f6a9a2;
}
.carnation {
color: #f57a91;
}
.heather-berry {
color: #e75082;
}
.ibis-rose {
color: #c85b8e;
}
/* CSS Variables */
:root {
--sweet-angel:#f2c7ba;
--calabrese:#f6a9a2;
--carnation:#f57a91;
--heather-berry:#e75082;
--ibis-rose:#c85b8e;
}