Hazel Eyes Color Palette

Discover the beautiful Hazel Eyes color palette featuring potters clay (#8d5b3a), teak (#b99b6e), pavlova (#d5c59f), grain brown (#e4d1b9) and malta (#c0b2a0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withHazel, Brown, Earthy, Autumn, Soft, Neutral, Light, Warm, Green, Bright 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: #8d5b3a;
}
.color-2 {
color: #b99b6e;
}
.color-3 {
color: #d5c59f;
}
.color-4 {
color: #e4d1b9;
}
.color-5 {
color: #c0b2a0;
}

/* CSS Variables */
:root {
--color-1: #8d5b3a;
--color-2: #b99b6e;
--color-3: #d5c59f;
--color-4: #e4d1b9;
--color-5: #c0b2a0;
}

🌈 Hazel Eyes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d5b3a, #b99b6e, #d5c59f, #e4d1b9, #c0b2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d5b3a, #b99b6e, #d5c59f, #e4d1b9, #c0b2a0);
}

Hazel Eyes color palette created on .