Fragmented Harmony Color Palette
Discover the beautiful Fragmented Harmony color palette featuring carnation pink (#ffa3c5), negroni (#ffdfc5), water leaf (#a0e8e2), purple heart (#8d3ece) and chantilly (#f9c6db).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Fragmented Harmony palette
💻 Fragmented Harmony color palette CSS
/* CSS */
.color-1 {
color: #ffa3c5;
}
.color-2 {
color: #ffdfc5;
}
.color-3 {
color: #a0e8e2;
}
.color-4 {
color: #8d3ece;
}
.color-5 {
color: #f9c6db;
}
/* CSS Variables */
:root {
--color-1: #ffa3c5;
--color-2: #ffdfc5;
--color-3: #a0e8e2;
--color-4: #8d3ece;
--color-5: #f9c6db;
} 🌈 Fragmented Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa3c5, #ffdfc5, #a0e8e2, #8d3ece, #f9c6db);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa3c5, #ffdfc5, #a0e8e2, #8d3ece, #f9c6db);
} 🔗 Explore similar color palettes
Fragmented Harmony color palette created on .