Green Hazel Eyes Color Palette

Discover the beautiful Green Hazel Eyes color palette featuring highland (#7a9867), olivine (#a1b87a), pine glade (#c3d19f), beryl green (#d8e6c1) and frost (#e5f3d2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Earthy, Green, Hazel, Light, Muted, Nature, Soft 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 Green Hazel Eyes palette

Share this palette to:

💻 Green Hazel Eyes color palette CSS

/* CSS */
.color-1 {
color: #7a9867;
}
.color-2 {
color: #a1b87a;
}
.color-3 {
color: #c3d19f;
}
.color-4 {
color: #d8e6c1;
}
.color-5 {
color: #e5f3d2;
}

/* CSS Variables */
:root {
--color-1: #7a9867;
--color-2: #a1b87a;
--color-3: #c3d19f;
--color-4: #d8e6c1;
--color-5: #e5f3d2;
}

🌈 Green Hazel Eyes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9867, #a1b87a, #c3d19f, #d8e6c1, #e5f3d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9867, #a1b87a, #c3d19f, #d8e6c1, #e5f3d2);
}

Green Hazel Eyes color palette created on .