Shades of Brown Color Palette
Discover the beautiful Shades of Brown color palette featuring parchment (#f3e5d8), clam shell (#d8c0b6), thatch (#b8a499), makara (#847c6c) and soya bean (#6b5b4c).
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: #f3e5d8;
}
.color-2 {
color: #d8c0b6;
}
.color-3 {
color: #b8a499;
}
.color-4 {
color: #847c6c;
}
.color-5 {
color: #6b5b4c;
}
/* CSS Variables */
:root {
--color-1: #f3e5d8;
--color-2: #d8c0b6;
--color-3: #b8a499;
--color-4: #847c6c;
--color-5: #6b5b4c;
}
🌈 Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5d8, #d8c0b6, #b8a499, #847c6c, #6b5b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5d8, #d8c0b6, #b8a499, #847c6c, #6b5b4c);
}
🔗 Explore similar color palettes
Shades of Brown color palette created on .