Warm Earthy Tones Color Palette
Discover the beautiful Warm Earthy Tones color palette featuring tan (#d2a47f), sandrift (#af8e79), tussock (#c4874a), leather (#9f7d5b) and shadow (#886c49).
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 Earthy Tones palette
💻 Warm Earthy Tones color palette CSS
/* CSS */
.color-1 {
color: #d2a47f;
}
.color-2 {
color: #af8e79;
}
.color-3 {
color: #c4874a;
}
.color-4 {
color: #9f7d5b;
}
.color-5 {
color: #886c49;
}
/* CSS Variables */
:root {
--color-1: #d2a47f;
--color-2: #af8e79;
--color-3: #c4874a;
--color-4: #9f7d5b;
--color-5: #886c49;
} 🌈 Warm Earthy Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2a47f, #af8e79, #c4874a, #9f7d5b, #886c49);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2a47f, #af8e79, #c4874a, #9f7d5b, #886c49);
} 🔗 Explore similar color palettes
Warm Earthy Tones color palette created on .