Earthy Green Color Palette
Discover the beautiful Earthy Green color palette featuring zombie (#e3d6a1), laser (#c5b372), barley corn (#a89f61), avocado (#808c63) and siam (#5b6a4d).
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 Green palette
💻 Earthy Green color palette CSS
/* CSS */
.color-1 {
color: #e3d6a1;
}
.color-2 {
color: #c5b372;
}
.color-3 {
color: #a89f61;
}
.color-4 {
color: #808c63;
}
.color-5 {
color: #5b6a4d;
}
/* CSS Variables */
:root {
--color-1: #e3d6a1;
--color-2: #c5b372;
--color-3: #a89f61;
--color-4: #808c63;
--color-5: #5b6a4d;
}
🌈 Earthy Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d6a1, #c5b372, #a89f61, #808c63, #5b6a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d6a1, #c5b372, #a89f61, #808c63, #5b6a4d);
}
🔗 Explore similar color palettes
Earthy Green color palette created on .