Discover the beautiful Warm Tan color palette featuring muesli (#b07c63), whiskey (#d2a670), golden sand (#f1cf79), wheat (#f6e4b1) and brown rust (#a96c3d).
Warm Tan Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Warm Tan palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Warm Tan palette
💻 Warm Tan color palette CSS
/* CSS */
.color-1 {
color: #b07c63;
}
.color-2 {
color: #d2a670;
}
.color-3 {
color: #f1cf79;
}
.color-4 {
color: #f6e4b1;
}
.color-5 {
color: #a96c3d;
}
/* CSS Variables */
:root {
--color-1: #b07c63;
--color-2: #d2a670;
--color-3: #f1cf79;
--color-4: #f6e4b1;
--color-5: #a96c3d;
}
🌈 Warm Tan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b07c63, #d2a670, #f1cf79, #f6e4b1, #a96c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b07c63, #d2a670, #f1cf79, #f6e4b1, #a96c3d);
}
🔗 Explore similar color palettes
Warm Tan color palette created on .