Sophisticated Neutral Color Palette

Discover the beautiful Sophisticated Neutral color palette featuring timberwolf (#d7d2cb), cloudy (#b1aaa0), makara (#8d7b6d), kabul (#5a4f44) and woody brown (#3b2d2b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withNeutral, Earthy, Elegant, Minimalist, Modern, Beige, Brown, Soft, Muted, Autumn 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 Sophisticated Neutral palette

Share this palette to:

💻 Sophisticated Neutral color palette CSS

/* CSS */
.color-1 {
color: #d7d2cb;
}
.color-2 {
color: #b1aaa0;
}
.color-3 {
color: #8d7b6d;
}
.color-4 {
color: #5a4f44;
}
.color-5 {
color: #3b2d2b;
}

/* CSS Variables */
:root {
--color-1: #d7d2cb;
--color-2: #b1aaa0;
--color-3: #8d7b6d;
--color-4: #5a4f44;
--color-5: #3b2d2b;
}

🌈 Sophisticated Neutral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7d2cb, #b1aaa0, #8d7b6d, #5a4f44, #3b2d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7d2cb, #b1aaa0, #8d7b6d, #5a4f44, #3b2d2b);
}

Sophisticated Neutral color palette created on .