Lifeless Green Hues Color Palette
Discover the beautiful Lifeless Green Hues color palette featuring tacha (#d0c658), buddha gold (#a7b300), limeade (#7c9e00), limeade (#4a8000) and verdun green (#2a6100).
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 Lifeless Green Hues palette
💻 Lifeless Green Hues color palette CSS
/* CSS */
.color-1 {
color: #d0c658;
}
.color-2 {
color: #a7b300;
}
.color-3 {
color: #7c9e00;
}
.color-4 {
color: #4a8000;
}
.color-5 {
color: #2a6100;
}
/* CSS Variables */
:root {
--color-1: #d0c658;
--color-2: #a7b300;
--color-3: #7c9e00;
--color-4: #4a8000;
--color-5: #2a6100;
} 🌈 Lifeless Green Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0c658, #a7b300, #7c9e00, #4a8000, #2a6100);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0c658, #a7b300, #7c9e00, #4a8000, #2a6100);
} Lifeless Green Hues color palette created on .