Hazel Green Eyes Color Palette

Discover the beautiful Hazel Green Eyes color palette featuring coriander (#b8c99c), spring rain (#a4c6a6), summer green (#8ebea1), amulet (#7b9c77) and cactus (#5a7854).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Hazel Green Eyes color palette CSS

/* CSS */
.color-1 {
color: #b8c99c;
}
.color-2 {
color: #a4c6a6;
}
.color-3 {
color: #8ebea1;
}
.color-4 {
color: #7b9c77;
}
.color-5 {
color: #5a7854;
}

/* CSS Variables */
:root {
--color-1: #b8c99c;
--color-2: #a4c6a6;
--color-3: #8ebea1;
--color-4: #7b9c77;
--color-5: #5a7854;
}

🌈 Hazel Green Eyes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8c99c, #a4c6a6, #8ebea1, #7b9c77, #5a7854);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8c99c, #a4c6a6, #8ebea1, #7b9c77, #5a7854);
}

Hazel Green Eyes color palette created on .