Brown Earth Color Palette
Discover the beautiful Brown Earth color palette featuring porsche (#e7a36f), raw sienna (#d27b4b), tuscany (#bf5231), irish coffee (#6a3d29) and bistre (#3a291d).
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 Brown Earth palette
💻 Brown Earth color palette CSS
/* CSS */
.color-1 {
color: #e7a36f;
}
.color-2 {
color: #d27b4b;
}
.color-3 {
color: #bf5231;
}
.color-4 {
color: #6a3d29;
}
.color-5 {
color: #3a291d;
}
/* CSS Variables */
:root {
--color-1: #e7a36f;
--color-2: #d27b4b;
--color-3: #bf5231;
--color-4: #6a3d29;
--color-5: #3a291d;
}
🌈 Brown Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7a36f, #d27b4b, #bf5231, #6a3d29, #3a291d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7a36f, #d27b4b, #bf5231, #6a3d29, #3a291d);
}
🔗 Explore similar color palettes
Brown Earth color palette created on .