Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.celestial-coral {
color: #d93f4f;
}
.bara-red {
color: #e65b6d;
}
.geranium-pink {
color: #f78d9b;
}
.miami-pink {
color: #f9c3d6;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--celestial-coral:#d93f4f;
--bara-red:#e65b6d;
--geranium-pink:#f78d9b;
--miami-pink:#f9c3d6;
}