Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #f8d3a0;
}
.mystic-tulip {
color: #f6b8a2;
}
.pastel-magenta {
color: #f49fc4;
}
.candy-floss {
color: #e6a7e0;
}
.tropical-violet {
color: #d3a9e5;
}
/* CSS Variables */
:root {
--ginger-peach:#f8d3a0;
--mystic-tulip:#f6b8a2;
--pastel-magenta:#f49fc4;
--candy-floss:#e6a7e0;
--tropical-violet:#d3a9e5;
}