Discover the beautiful Soft Brown Shades color palette featuring cameo (#d7b89d), indian khaki (#c6a68b), mongoose (#b59978), sandal (#a68c6e) and leather (#8d6a53).
Soft Brown Shades Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Soft Brown Shades palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Soft Brown Shades palette
💻 Soft Brown Shades color palette CSS
/* CSS */
.color-1 {
color: #d7b89d;
}
.color-2 {
color: #c6a68b;
}
.color-3 {
color: #b59978;
}
.color-4 {
color: #a68c6e;
}
.color-5 {
color: #8d6a53;
}
/* CSS Variables */
:root {
--color-1: #d7b89d;
--color-2: #c6a68b;
--color-3: #b59978;
--color-4: #a68c6e;
--color-5: #8d6a53;
}
🌈 Soft Brown Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b89d, #c6a68b, #b59978, #a68c6e, #8d6a53);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b89d, #c6a68b, #b59978, #a68c6e, #8d6a53);
}
🔗 Explore similar color palettes
Soft Brown Shades color palette created on .