Cafe Brown Color Palette
Discover the beautiful Cafe Brown color palette featuring tan (#d3b58d), mule fawn (#8c5a2b), wheat (#f5deb2), sandy brown (#f4a662) and scotch mist (#fff8db).
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 Cafe Brown palette
💻 Cafe Brown color palette CSS
/* CSS */
.color-1 {
color: #d3b58d;
}
.color-2 {
color: #8c5a2b;
}
.color-3 {
color: #f5deb2;
}
.color-4 {
color: #f4a662;
}
.color-5 {
color: #fff8db;
}
/* CSS Variables */
:root {
--color-1: #d3b58d;
--color-2: #8c5a2b;
--color-3: #f5deb2;
--color-4: #f4a662;
--color-5: #fff8db;
} 🌈 Cafe Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b58d, #8c5a2b, #f5deb2, #f4a662, #fff8db);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b58d, #8c5a2b, #f5deb2, #f4a662, #fff8db);
} 🔗 Explore similar color palettes
Cafe Brown color palette created on .