Brown Leaves Color Palette
Discover the beautiful Brown Leaves color palette featuring brandy punch (#d77d28), paarl (#9f592d), burnt umber (#8a3c28), metallic copper (#702c24) and cocoa bean (#4b1f1b).
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 Leaves palette
💻 Brown Leaves color palette CSS
/* CSS */
.color-1 {
color: #d77d28;
}
.color-2 {
color: #9f592d;
}
.color-3 {
color: #8a3c28;
}
.color-4 {
color: #702c24;
}
.color-5 {
color: #4b1f1b;
}
/* CSS Variables */
:root {
--color-1: #d77d28;
--color-2: #9f592d;
--color-3: #8a3c28;
--color-4: #702c24;
--color-5: #4b1f1b;
}
🌈 Brown Leaves background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d77d28, #9f592d, #8a3c28, #702c24, #4b1f1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d77d28, #9f592d, #8a3c28, #702c24, #4b1f1b);
}
🔗 Explore similar color palettes
Brown Leaves color palette created on .