Opulent Earthtones Color Palette
Discover the beautiful Opulent Earthtones color palette featuring tacha (#d7b36a), sundance (#c6a85d), husk (#b7994e), cape palliser (#a86d3e) and potters clay (#814f32).
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 Opulent Earthtones palette
💻 Opulent Earthtones color palette CSS
/* CSS */
.color-1 {
color: #d7b36a;
}
.color-2 {
color: #c6a85d;
}
.color-3 {
color: #b7994e;
}
.color-4 {
color: #a86d3e;
}
.color-5 {
color: #814f32;
}
/* CSS Variables */
:root {
--color-1: #d7b36a;
--color-2: #c6a85d;
--color-3: #b7994e;
--color-4: #a86d3e;
--color-5: #814f32;
}
🌈 Opulent Earthtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b36a, #c6a85d, #b7994e, #a86d3e, #814f32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b36a, #c6a85d, #b7994e, #a86d3e, #814f32);
}
🔗 Explore similar color palettes
Opulent Earthtones color palette created on .