Timeless Earth Tones Color Palette
Discover the beautiful Timeless Earth Tones color palette featuring givry (#f7eac5), akaroa (#cfc4a0), hillary (#a69d82), pablo (#7f7762) and fuscous gray (#595445).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Boho, Autumn 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
UI Examples
Explore beautiful UI components with Timeless Earth Tones palette
💻 Timeless Earth Tones color palette CSS
/* CSS */
.color-1 {
color: #f7eac5;
}
.color-2 {
color: #cfc4a0;
}
.color-3 {
color: #a69d82;
}
.color-4 {
color: #7f7762;
}
.color-5 {
color: #595445;
}
/* CSS Variables */
:root {
--color-1: #f7eac5;
--color-2: #cfc4a0;
--color-3: #a69d82;
--color-4: #7f7762;
--color-5: #595445;
} 🌈 Timeless Earth Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7eac5, #cfc4a0, #a69d82, #7f7762, #595445);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7eac5, #cfc4a0, #a69d82, #7f7762, #595445);
} 🔗 Explore similar color palettes
Timeless Earth Tones color palette created on .