Chaotic Harmony Color Palette
Discover the beautiful Chaotic Harmony color palette featuring froly (#f16f6f), casablanca (#f7b54b), marzipan (#f7e09c), sinbad (#a6d8d3) and gothic (#6c9a9d).
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 Chaotic Harmony palette
💻 Chaotic Harmony color palette CSS
/* CSS */
.color-1 {
color: #f16f6f;
}
.color-2 {
color: #f7b54b;
}
.color-3 {
color: #f7e09c;
}
.color-4 {
color: #a6d8d3;
}
.color-5 {
color: #6c9a9d;
}
/* CSS Variables */
:root {
--color-1: #f16f6f;
--color-2: #f7b54b;
--color-3: #f7e09c;
--color-4: #a6d8d3;
--color-5: #6c9a9d;
} 🌈 Chaotic Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f16f6f, #f7b54b, #f7e09c, #a6d8d3, #6c9a9d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f16f6f, #f7b54b, #f7e09c, #a6d8d3, #6c9a9d);
} 🔗 Explore similar color palettes
Chaotic Harmony color palette created on .