Hazel Color Palette

Discover the beautiful Hazel color palette featuring yellow metal (#7e5c3a), santa fe (#a86d4d), sorrell brown (#c5a77d), brandy (#e2c8a2) and vanilla (#d2b2a3).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Hazel color palette CSS

/* CSS */
.color-1 {
color: #7e5c3a;
}
.color-2 {
color: #a86d4d;
}
.color-3 {
color: #c5a77d;
}
.color-4 {
color: #e2c8a2;
}
.color-5 {
color: #d2b2a3;
}

/* CSS Variables */
:root {
--color-1: #7e5c3a;
--color-2: #a86d4d;
--color-3: #c5a77d;
--color-4: #e2c8a2;
--color-5: #d2b2a3;
}

🌈 Hazel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e5c3a, #a86d4d, #c5a77d, #e2c8a2, #d2b2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e5c3a, #a86d4d, #c5a77d, #e2c8a2, #d2b2a3);
}

Hazel color palette created on .