Green Hazel Eyes Color Palette
Discover the beautiful Green Hazel Eyes color palette featuring highland (#7a9867), olivine (#a1b87a), pine glade (#c2d19f), beryl green (#d8e6c1) and frost (#e6f3d3).
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 Green Hazel Eyes palette
💻 Green Hazel Eyes color palette CSS
/* CSS */
.color-1 {
color: #7a9867;
}
.color-2 {
color: #a1b87a;
}
.color-3 {
color: #c2d19f;
}
.color-4 {
color: #d8e6c1;
}
.color-5 {
color: #e6f3d3;
}
/* CSS Variables */
:root {
--color-1: #7a9867;
--color-2: #a1b87a;
--color-3: #c2d19f;
--color-4: #d8e6c1;
--color-5: #e6f3d3;
}
🌈 Green Hazel Eyes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9867, #a1b87a, #c2d19f, #d8e6c1, #e6f3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9867, #a1b87a, #c2d19f, #d8e6c1, #e6f3d3);
}
🔗 Explore similar color palettes
Green Hazel Eyes color palette created on .