Disturbed Color Palette

Discover the beautiful Disturbed color palette featuring san marino (#3d5aa8), prelude (#cbb6e5), macaroni and cheese (#fcc482), ecstasy (#fb7920) and pomegranate (#f03115).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fun, High Contrast, Modern, Orange, Peach, Purple, Red, 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: #3d5aa8;
}
.color-2 {
color: #cbb6e5;
}
.color-3 {
color: #fcc482;
}
.color-4 {
color: #fb7920;
}
.color-5 {
color: #f03115;
}

/* CSS Variables */
:root {
--color-1: #3d5aa8;
--color-2: #cbb6e5;
--color-3: #fcc482;
--color-4: #fb7920;
--color-5: #f03115;
}

🌈 Disturbed background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5aa8, #cbb6e5, #fcc482, #fb7920, #f03115);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5aa8, #cbb6e5, #fcc482, #fb7920, #f03115);
}

Disturbed color palette created on .