Shades of Brown Color Palette
Discover the beautiful Shades of Brown color palette featuring whiskey (#d4a76e), tussock (#c39f4b), cape palliser (#a76a49), trendy pink (#7c5c8a) and butterfly bush (#5b4b8b).
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 Shades of Brown palette
💻 Shades of Brown color palette CSS
/* CSS */
.color-1 {
color: #d4a76e;
}
.color-2 {
color: #c39f4b;
}
.color-3 {
color: #a76a49;
}
.color-4 {
color: #7c5c8a;
}
.color-5 {
color: #5b4b8b;
}
/* CSS Variables */
:root {
--color-1: #d4a76e;
--color-2: #c39f4b;
--color-3: #a76a49;
--color-4: #7c5c8a;
--color-5: #5b4b8b;
} 🌈 Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a76e, #c39f4b, #a76a49, #7c5c8a, #5b4b8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a76e, #c39f4b, #a76a49, #7c5c8a, #5b4b8b);
} 🔗 Explore similar color palettes
Shades of Brown color palette created on .