Warm Gloom Color Palette

Discover the beautiful Warm Gloom color palette featuring sorrell brown (#c8b28d), teak (#b78b6c), yellow metal (#7a5b3e), quincy (#5c392d) and bistre (#3a291d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Earthy, Gloomy, Retro, Soft, Vintage, Warm 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 Warm Gloom palette

Share this palette to:

💻 Warm Gloom color palette CSS

/* CSS */
.color-1 {
color: #c8b28d;
}
.color-2 {
color: #b78b6c;
}
.color-3 {
color: #7a5b3e;
}
.color-4 {
color: #5c392d;
}
.color-5 {
color: #3a291d;
}

/* CSS Variables */
:root {
--color-1: #c8b28d;
--color-2: #b78b6c;
--color-3: #7a5b3e;
--color-4: #5c392d;
--color-5: #3a291d;
}

🌈 Warm Gloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8b28d, #b78b6c, #7a5b3e, #5c392d, #3a291d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8b28d, #b78b6c, #7a5b3e, #5c392d, #3a291d);
}

Warm Gloom color palette created on .