Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c1d6;
}
.saira-red {
color: #ff9eb3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dusk-orange {
color: #ff4d3d;
}
.in-the-red {
color: #ff1f39;
}
/* CSS Variables */
:root {
--sweetheart:#f1c1d6;
--saira-red:#ff9eb3;
--grapefruit-pulp:#ff6e61;
--dusk-orange:#ff4d3d;
--in-the-red:#ff1f39;
}