Color names in this palette
CSS code for this palette
/* CSS */
.venus-pink {
color: #f0e5e5;
}
.sullivan-s-heart {
color: #f5c7d1;
}
.amaranth-pink {
color: #f49fbb;
}
.melon-mist {
color: #ef7b91;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--venus-pink:#f0e5e5;
--sullivan-s-heart:#f5c7d1;
--amaranth-pink:#f49fbb;
--melon-mist:#ef7b91;
--mandarin-red:#e74d3c;
}