Brown Tones Color Palette
Discover the beautiful Brown Tones color palette featuring bone (#e6d6c7), sorrell brown (#caa68c), pharlap (#a18172), bone (#dec8ba) and bizarre (#ece0d4).
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: #e6d6c7;
}
.color-2 {
color: #caa68c;
}
.color-3 {
color: #a18172;
}
.color-4 {
color: #dec8ba;
}
.color-5 {
color: #ece0d4;
}
/* CSS Variables */
:root {
--color-1: #e6d6c7;
--color-2: #caa68c;
--color-3: #a18172;
--color-4: #dec8ba;
--color-5: #ece0d4;
}
🌈 Brown Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d6c7, #caa68c, #a18172, #dec8ba, #ece0d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d6c7, #caa68c, #a18172, #dec8ba, #ece0d4);
}
🔗 Explore similar color palettes
Brown Tones color palette created on .