Color names in this palette
CSS code for this palette
/* CSS */
.manchester-nights {
color: #9b1c25;
}
.heart-throb {
color: #c73d3d;
}
.york-pink {
color: #d7807e;
}
.calabrese {
color: #f4a4a6;
}
.azalea-pink {
color: #f9c3c4;
}
/* CSS Variables */
:root {
--manchester-nights:#9b1c25;
--heart-throb:#c73d3d;
--york-pink:#d7807e;
--calabrese:#f4a4a6;
--azalea-pink:#f9c3c4;
}