Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c52b3a;
}
.kenny-s-kiss {
color: #d45976;
}
.iced-vovo {
color: #e1a3b1;
}
.pale-petunia {
color: #f6c1c9;
}
.reduced-pink {
color: #f7e3e5;
}
/* CSS Variables */
:root {
--mars-red:#c52b3a;
--kenny-s-kiss:#d45976;
--iced-vovo:#e1a3b1;
--pale-petunia:#f6c1c9;
--reduced-pink:#f7e3e5;
}