Golden Earthtones Color Palette
Discover the beautiful Golden Earthtones color palette featuring whiskey (#d4a26e), tan (#cdab7e), muddy waters (#b58d5a), driftwood (#a67d4e) and potters clay (#8c5a3b).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 Golden Earthtones palette
💻 Golden Earthtones color palette CSS
/* CSS */
.color-1 {
color: #d4a26e;
}
.color-2 {
color: #cdab7e;
}
.color-3 {
color: #b58d5a;
}
.color-4 {
color: #a67d4e;
}
.color-5 {
color: #8c5a3b;
}
/* CSS Variables */
:root {
--color-1: #d4a26e;
--color-2: #cdab7e;
--color-3: #b58d5a;
--color-4: #a67d4e;
--color-5: #8c5a3b;
} 🌈 Golden Earthtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a26e, #cdab7e, #b58d5a, #a67d4e, #8c5a3b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a26e, #cdab7e, #b58d5a, #a67d4e, #8c5a3b);
} Golden Earthtones color palette created on .