Fragmented Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fragmented Harmony palette
Fragmented Harmony color palette CSS
/* CSS */
.color-1 {
color: #ffa3c5;
}
.color-2 {
color: #ffe0c7;
}
.color-3 {
color: #a1e8e2;
}
.color-4 {
color: #8e3fcf;
}
.color-5 {
color: #f9c8dc;
}
/* CSS Variables */
:root {
--color-1: #ffa3c5;
--color-2: #ffe0c7;
--color-3: #a1e8e2;
--color-4: #8e3fcf;
--color-5: #f9c8dc;
}
Fragmented Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa3c5, #ffe0c7, #a1e8e2, #8e3fcf, #f9c8dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa3c5, #ffe0c7, #a1e8e2, #8e3fcf, #f9c8dc);
}
Similar color palettes
Scroll down to explore 100+ Pink color palettes
Fragmented Harmony color palette created on .