Brown Cafe Color Palette
Discover the beautiful Brown Cafe color palette featuring tan (#d3b58d), thistle green (#c7c5a8), zorba (#a79e90), tobacco brown (#6f4c3e) and gin fizz (#fff8e0).
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 Cafe palette
💻 Brown Cafe color palette CSS
/* CSS */
.color-1 {
color: #d3b58d;
}
.color-2 {
color: #c7c5a8;
}
.color-3 {
color: #a79e90;
}
.color-4 {
color: #6f4c3e;
}
.color-5 {
color: #fff8e0;
}
/* CSS Variables */
:root {
--color-1: #d3b58d;
--color-2: #c7c5a8;
--color-3: #a79e90;
--color-4: #6f4c3e;
--color-5: #fff8e0;
} 🌈 Brown Cafe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b58d, #c7c5a8, #a79e90, #6f4c3e, #fff8e0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b58d, #c7c5a8, #a79e90, #6f4c3e, #fff8e0);
} 🔗 Explore similar color palettes
Brown Cafe color palette created on .