Hazel Eyes Color Palette

Discover the beautiful Hazel Eyes color palette featuring shingle fawn (#714e38), sepia skin (#a15c3a), cameo (#d6b594), spring rain (#a9c9a6) and smalt blue (#507d8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withHazel, Brown, Green, Cream, Earthy, Light, 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 Hazel Eyes palette

Share this palette to:

💻 Hazel Eyes color palette CSS

/* CSS */
.color-1 {
color: #714e38;
}
.color-2 {
color: #a15c3a;
}
.color-3 {
color: #d6b594;
}
.color-4 {
color: #a9c9a6;
}
.color-5 {
color: #507d8b;
}

/* CSS Variables */
:root {
--color-1: #714e38;
--color-2: #a15c3a;
--color-3: #d6b594;
--color-4: #a9c9a6;
--color-5: #507d8b;
}

🌈 Hazel Eyes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #714e38, #a15c3a, #d6b594, #a9c9a6, #507d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #714e38, #a15c3a, #d6b594, #a9c9a6, #507d8b);
}

Hazel Eyes color palette created on .