Disappointment Color Palette

Discover the beautiful Disappointment color palette featuring tuna (#35383c), emperor (#524f51), scorpion (#635f62), fedora (#716c6f) and emperor (#52494b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Black, Dark, Earthy, Gray, Modern, Muted, Neutral, Soft 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 Disappointment palette

Share this palette to:

💻 Disappointment color palette CSS

/* CSS */
.color-1 {
color: #35383c;
}
.color-2 {
color: #524f51;
}
.color-3 {
color: #635f62;
}
.color-4 {
color: #716c6f;
}
.color-5 {
color: #52494b;
}

/* CSS Variables */
:root {
--color-1: #35383c;
--color-2: #524f51;
--color-3: #635f62;
--color-4: #716c6f;
--color-5: #52494b;
}

🌈 Disappointment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #35383c, #524f51, #635f62, #716c6f, #52494b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #35383c, #524f51, #635f62, #716c6f, #52494b);
}

Disappointment color palette created on .