Brown Batik Color Palette
Discover the beautiful Brown Batik color palette featuring bone (#e3d1c4), coral tree (#a67c6e), shingle fawn (#6d4b3b), cowboy (#4b2c2a) and merino (#f7f2e9).
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 Batik palette
💻 Brown Batik color palette CSS
/* CSS */
.color-1 {
color: #e3d1c4;
}
.color-2 {
color: #a67c6e;
}
.color-3 {
color: #6d4b3b;
}
.color-4 {
color: #4b2c2a;
}
.color-5 {
color: #f7f2e9;
}
/* CSS Variables */
:root {
--color-1: #e3d1c4;
--color-2: #a67c6e;
--color-3: #6d4b3b;
--color-4: #4b2c2a;
--color-5: #f7f2e9;
} 🌈 Brown Batik background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d1c4, #a67c6e, #6d4b3b, #4b2c2a, #f7f2e9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d1c4, #a67c6e, #6d4b3b, #4b2c2a, #f7f2e9);
} 🔗 Explore similar color palettes
Brown Batik color palette created on .