Warm Beige Color Palette
Discover the beautiful Warm Beige color palette featuring beige (#f3f2d3), cameo (#dfb09f), tussock (#c78c4d), tan (#d4a58c) and old copper (#7a592e).
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 Warm Beige palette
💻 Warm Beige color palette CSS
/* CSS */
.color-1 {
color: #f3f2d3;
}
.color-2 {
color: #dfb09f;
}
.color-3 {
color: #c78c4d;
}
.color-4 {
color: #d4a58c;
}
.color-5 {
color: #7a592e;
}
/* CSS Variables */
:root {
--color-1: #f3f2d3;
--color-2: #dfb09f;
--color-3: #c78c4d;
--color-4: #d4a58c;
--color-5: #7a592e;
} 🌈 Warm Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f2d3, #dfb09f, #c78c4d, #d4a58c, #7a592e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f2d3, #dfb09f, #c78c4d, #d4a58c, #7a592e);
} 🔗 Explore similar color palettes
Warm Beige color palette created on .