Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f7d4e0;
}
.roseberry {
color: #f5a59e;
}
.flower-blossom-pink {
color: #f17e8e;
}
.pink-punch {
color: #d34a6a;
}
.cherries-jubilee {
color: #a91e4f;
}
/* CSS Variables */
:root {
--pink-frosting:#f7d4e0;
--roseberry:#f5a59e;
--flower-blossom-pink:#f17e8e;
--pink-punch:#d34a6a;
--cherries-jubilee:#a91e4f;
}