Hazel Color Palette

Discover the beautiful Hazel color palette featuring sorrell brown (#d2b69d), muesli (#a87c5d), shingle fawn (#6a4b39), cape cod (#3c3d3e) and plantation (#2a4b3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Beige, Green, Earthy, Sage, Gray, Amber 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: #d2b69d;
}
.color-2 {
color: #a87c5d;
}
.color-3 {
color: #6a4b39;
}
.color-4 {
color: #3c3d3e;
}
.color-5 {
color: #2a4b3b;
}

/* CSS Variables */
:root {
--color-1: #d2b69d;
--color-2: #a87c5d;
--color-3: #6a4b39;
--color-4: #3c3d3e;
--color-5: #2a4b3b;
}

🌈 Hazel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2b69d, #a87c5d, #6a4b39, #3c3d3e, #2a4b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2b69d, #a87c5d, #6a4b39, #3c3d3e, #2a4b3b);
}

Hazel color palette created on .