Depressing 1920s Color Palette

Discover the beautiful Depressing 1920s color palette featuring matterhorn (#4a353a), sand dune (#876763), sandrift (#ab9082), rodeo dust (#c4ad97) and coral reef (#c8bba7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Dark, Earthy, Muted, Neutral, 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 Depressing 1920s palette

Share this palette to:

💻 Depressing 1920s color palette CSS

/* CSS */
.color-1 {
color: #4a353a;
}
.color-2 {
color: #876763;
}
.color-3 {
color: #ab9082;
}
.color-4 {
color: #c4ad97;
}
.color-5 {
color: #c8bba7;
}

/* CSS Variables */
:root {
--color-1: #4a353a;
--color-2: #876763;
--color-3: #ab9082;
--color-4: #c4ad97;
--color-5: #c8bba7;
}

🌈 Depressing 1920s background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a353a, #876763, #ab9082, #c4ad97, #c8bba7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a353a, #876763, #ab9082, #c4ad97, #c8bba7);
}

Depressing 1920s color palette created on .