Envy Greenish Color Palette
Discover the beautiful Envy Greenish color palette featuring killarney (#326232), fern green (#427a38), fern green (#4d833f), hippie green (#578c4a) and hippie green (#5d944c).
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 Envy Greenish palette
💻 Envy Greenish color palette CSS
/* CSS */
.color-1 {
color: #326232;
}
.color-2 {
color: #427a38;
}
.color-3 {
color: #4d833f;
}
.color-4 {
color: #578c4a;
}
.color-5 {
color: #5d944c;
}
/* CSS Variables */
:root {
--color-1: #326232;
--color-2: #427a38;
--color-3: #4d833f;
--color-4: #578c4a;
--color-5: #5d944c;
}
🌈 Envy Greenish background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #326232, #427a38, #4d833f, #578c4a, #5d944c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #326232, #427a38, #4d833f, #578c4a, #5d944c);
}
🔗 Explore similar color palettes
Envy Greenish color palette created on .