Brown Doe Color Palette
Discover the beautiful Brown Doe color palette featuring sorrell brown (#d0b99a), sorrell brown (#c6a87b), teak (#b89a6b), barley corn (#a88d5d) and barley corn (#9b7e50).
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 Doe palette
💻 Brown Doe color palette CSS
/* CSS */
.color-1 {
color: #d0b99a;
}
.color-2 {
color: #c6a87b;
}
.color-3 {
color: #b89a6b;
}
.color-4 {
color: #a88d5d;
}
.color-5 {
color: #9b7e50;
}
/* CSS Variables */
:root {
--color-1: #d0b99a;
--color-2: #c6a87b;
--color-3: #b89a6b;
--color-4: #a88d5d;
--color-5: #9b7e50;
} 🌈 Brown Doe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0b99a, #c6a87b, #b89a6b, #a88d5d, #9b7e50);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0b99a, #c6a87b, #b89a6b, #a88d5d, #9b7e50);
} 🔗 Explore similar color palettes
Brown Doe color palette created on .