Hazel Eyes Color Palette

Discover the beautiful Hazel Eyes color palette featuring judge gray (#4e3d2c), tobacco brown (#695c49), domino (#897a5d), mongoose (#b8a67a) and akaroa (#d2c09d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withHazel, Brown, Green, Earthy, Nature, Soft, Autumn, Vintage, Bright, Neutral 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 Eyes palette

Share this palette to:

💻 Hazel Eyes color palette CSS

/* CSS */
.color-1 {
color: #4e3d2c;
}
.color-2 {
color: #695c49;
}
.color-3 {
color: #897a5d;
}
.color-4 {
color: #b8a67a;
}
.color-5 {
color: #d2c09d;
}

/* CSS Variables */
:root {
--color-1: #4e3d2c;
--color-2: #695c49;
--color-3: #897a5d;
--color-4: #b8a67a;
--color-5: #d2c09d;
}

🌈 Hazel Eyes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3d2c, #695c49, #897a5d, #b8a67a, #d2c09d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3d2c, #695c49, #897a5d, #b8a67a, #d2c09d);
}

Hazel Eyes color palette created on .