Warm Brown Color Palette
Discover the beautiful Warm Brown color palette featuring natural gray (#989286), olive haze (#8a8375), flint (#68635e), scorpion (#5c5757) and emperor (#4f454c).
Brightness
Saturation
Warmth
💡 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 Brown palette
💻 Warm Brown color palette CSS
/* CSS */
.color-1 {
color: #989286;
}
.color-2 {
color: #8a8375;
}
.color-3 {
color: #68635e;
}
.color-4 {
color: #5c5757;
}
.color-5 {
color: #4f454c;
}
/* CSS Variables */
:root {
--color-1: #989286;
--color-2: #8a8375;
--color-3: #68635e;
--color-4: #5c5757;
--color-5: #4f454c;
} 🌈 Warm Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #989286, #8a8375, #68635e, #5c5757, #4f454c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #989286, #8a8375, #68635e, #5c5757, #4f454c);
} 🔗 Explore similar color palettes
Warm Brown color palette created on .