Brown Owl Color Palette
Discover the beautiful Brown Owl color palette featuring twine (#c4a45a), cape palliser (#a57b40), old copper (#6d502c), asparagus (#8a9a5b) and cavern pink (#e0c0b3).
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 Owl palette
💻 Brown Owl color palette CSS
/* CSS */
.color-1 {
color: #c4a45a;
}
.color-2 {
color: #a57b40;
}
.color-3 {
color: #6d502c;
}
.color-4 {
color: #8a9a5b;
}
.color-5 {
color: #e0c0b3;
}
/* CSS Variables */
:root {
--color-1: #c4a45a;
--color-2: #a57b40;
--color-3: #6d502c;
--color-4: #8a9a5b;
--color-5: #e0c0b3;
} 🌈 Brown Owl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4a45a, #a57b40, #6d502c, #8a9a5b, #e0c0b3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4a45a, #a57b40, #6d502c, #8a9a5b, #e0c0b3);
} 🔗 Explore similar color palettes
Brown Owl color palette created on .