Disturbed Color Palette

Discover the beautiful Disturbed color palette featuring indigo (#4267bf), seagull (#7eb0e4), cavern pink (#e7bcc5), burnt sienna (#e47849) and apple blossom (#ac464d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Coral, Earthy, Modern, Orange, Pink, Red, Soft, Vibrant 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: #4267bf;
}
.color-2 {
color: #7eb0e4;
}
.color-3 {
color: #e7bcc5;
}
.color-4 {
color: #e47849;
}
.color-5 {
color: #ac464d;
}

/* CSS Variables */
:root {
--color-1: #4267bf;
--color-2: #7eb0e4;
--color-3: #e7bcc5;
--color-4: #e47849;
--color-5: #ac464d;
}

🌈 Disturbed background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4267bf, #7eb0e4, #e7bcc5, #e47849, #ac464d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4267bf, #7eb0e4, #e7bcc5, #e47849, #ac464d);
}

Disturbed color palette created on .