Earthy Greens Color Palette
Discover the beautiful Earthy Greens color palette featuring thatch green (#3d3d14), costa del sol (#5a5a2a), sycamore (#8a8a3d), olive green (#b2b25c) and chenin (#d9d973).
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 Greens palette
💻 Earthy Greens color palette CSS
/* CSS */
.color-1 {
color: #3d3d14;
}
.color-2 {
color: #5a5a2a;
}
.color-3 {
color: #8a8a3d;
}
.color-4 {
color: #b2b25c;
}
.color-5 {
color: #d9d973;
}
/* CSS Variables */
:root {
--color-1: #3d3d14;
--color-2: #5a5a2a;
--color-3: #8a8a3d;
--color-4: #b2b25c;
--color-5: #d9d973;
} 🌈 Earthy Greens background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d3d14, #5a5a2a, #8a8a3d, #b2b25c, #d9d973);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d3d14, #5a5a2a, #8a8a3d, #b2b25c, #d9d973);
} 🔗 Explore similar color palettes
Earthy Greens color palette created on .