Brown Tones Color Palette
Discover the beautiful Brown Tones color palette featuring shadow (#8a694c), peach (#ffe2b3), chino (#d2d2a3), donkey brown (#a69b7d) and bud (#a3b0a0).
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 Tones palette
💻 Brown Tones color palette CSS
/* CSS */
.color-1 {
color: #8a694c;
}
.color-2 {
color: #ffe2b3;
}
.color-3 {
color: #d2d2a3;
}
.color-4 {
color: #a69b7d;
}
.color-5 {
color: #a3b0a0;
}
/* CSS Variables */
:root {
--color-1: #8a694c;
--color-2: #ffe2b3;
--color-3: #d2d2a3;
--color-4: #a69b7d;
--color-5: #a3b0a0;
} 🌈 Brown Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a694c, #ffe2b3, #d2d2a3, #a69b7d, #a3b0a0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a694c, #ffe2b3, #d2d2a3, #a69b7d, #a3b0a0);
} 🔗 Explore similar color palettes
Brown Tones color palette created on .