Warm Beige Color Palette
Discover the beautiful Warm Beige color palette featuring sidecar (#f2e3ba), zombie (#e8cca1), whiskey (#d5a372), antique brass (#c68458) and santa fe (#b66a49).
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: #f2e3ba;
}
.color-2 {
color: #e8cca1;
}
.color-3 {
color: #d5a372;
}
.color-4 {
color: #c68458;
}
.color-5 {
color: #b66a49;
}
/* CSS Variables */
:root {
--color-1: #f2e3ba;
--color-2: #e8cca1;
--color-3: #d5a372;
--color-4: #c68458;
--color-5: #b66a49;
} 🌈 Warm Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e3ba, #e8cca1, #d5a372, #c68458, #b66a49);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e3ba, #e8cca1, #d5a372, #c68458, #b66a49);
} 🔗 Explore similar color palettes
Warm Beige color palette created on .