Earthy Beige Color Palette
Discover the beautiful Earthy Beige color palette featuring potters clay (#8f5a3d), indian khaki (#bfaf8d), vanilla (#d1c4a8), bone (#e7d7ca) and albescent white (#f6e3d5).
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 Earthy Beige palette
💻 Earthy Beige color palette CSS
/* CSS */
.color-1 {
color: #8f5a3d;
}
.color-2 {
color: #bfaf8d;
}
.color-3 {
color: #d1c4a8;
}
.color-4 {
color: #e7d7ca;
}
.color-5 {
color: #f6e3d5;
}
/* CSS Variables */
:root {
--color-1: #8f5a3d;
--color-2: #bfaf8d;
--color-3: #d1c4a8;
--color-4: #e7d7ca;
--color-5: #f6e3d5;
} 🌈 Earthy Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f5a3d, #bfaf8d, #d1c4a8, #e7d7ca, #f6e3d5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f5a3d, #bfaf8d, #d1c4a8, #e7d7ca, #f6e3d5);
} 🔗 Explore similar color palettes
Earthy Beige color palette created on .