Brown Bread Shades Color Palette
Discover the beautiful Brown Bread Shades color palette featuring shingle fawn (#6a4b39), santa fe (#a96b4c), whiskey (#d6a57a), givry (#f7e3b6) and tulip tree (#f2af3a).
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 Bread Shades palette
💻 Brown Bread Shades color palette CSS
/* CSS */
.color-1 {
color: #6a4b39;
}
.color-2 {
color: #a96b4c;
}
.color-3 {
color: #d6a57a;
}
.color-4 {
color: #f7e3b6;
}
.color-5 {
color: #f2af3a;
}
/* CSS Variables */
:root {
--color-1: #6a4b39;
--color-2: #a96b4c;
--color-3: #d6a57a;
--color-4: #f7e3b6;
--color-5: #f2af3a;
}
🌈 Brown Bread Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4b39, #a96b4c, #d6a57a, #f7e3b6, #f2af3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4b39, #a96b4c, #d6a57a, #f7e3b6, #f2af3a);
}
🔗 Explore similar color palettes
Brown Bread Shades color palette created on .