Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f3c4d3;
}
.pink-fit {
color: #f5a8b4;
}
.ikkonzome-pink {
color: #ed8c90;
}
.fiery-coral {
color: #e05e5c;
}
.iridescent-red {
color: #c84c5c;
}
/* CSS Variables */
:root {
--in-the-pink:#f3c4d3;
--pink-fit:#f5a8b4;
--ikkonzome-pink:#ed8c90;
--fiery-coral:#e05e5c;
--iridescent-red:#c84c5c;
}