Discover the beautiful Warm Earthy Brown color palette featuring whiskey (#d0a66c), raw sienna (#c97c4f), brown rust (#b95b3c), paarl (#9e4029) and burnt umber (#89292e).
Warm Earthy Brown 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 Warm Earthy Brown palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Warm Earthy Brown palette
💻 Warm Earthy Brown color palette CSS
/* CSS */
.color-1 {
color: #d0a66c;
}
.color-2 {
color: #c97c4f;
}
.color-3 {
color: #b95b3c;
}
.color-4 {
color: #9e4029;
}
.color-5 {
color: #89292e;
}
/* CSS Variables */
:root {
--color-1: #d0a66c;
--color-2: #c97c4f;
--color-3: #b95b3c;
--color-4: #9e4029;
--color-5: #89292e;
}
🌈 Warm Earthy Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0a66c, #c97c4f, #b95b3c, #9e4029, #89292e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0a66c, #c97c4f, #b95b3c, #9e4029, #89292e);
}
🔗 Explore similar color palettes
Warm Earthy Brown color palette created on .