Disturbed Color Palette

Discover the beautiful Disturbed color palette featuring waikawa gray (#5c6b8a), rock blue (#a2b8d2), maize (#f5c9a8), jaffa (#f07838) and crail (#ba4c40).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coral, Cream, Dark, Fun, Orange, Red, Summer color palettes and combinations.

💡 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 Disturbed palette

Share this palette to:

💻 Disturbed color palette CSS

/* CSS */
.color-1 {
color: #5c6b8a;
}
.color-2 {
color: #a2b8d2;
}
.color-3 {
color: #f5c9a8;
}
.color-4 {
color: #f07838;
}
.color-5 {
color: #ba4c40;
}

/* CSS Variables */
:root {
--color-1: #5c6b8a;
--color-2: #a2b8d2;
--color-3: #f5c9a8;
--color-4: #f07838;
--color-5: #ba4c40;
}

🌈 Disturbed background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c6b8a, #a2b8d2, #f5c9a8, #f07838, #ba4c40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c6b8a, #a2b8d2, #f5c9a8, #f07838, #ba4c40);
}

Disturbed color palette created on .