Hazel Woods Color Palette

Discover the beautiful Hazel Woods color palette featuring tobacco brown (#6f4c3e), heathered gray (#b6a491), soft amber (#d0c5b4), moon mist (#dad6c8) and grain brown (#e2c9b1).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Hazel Woods color palette CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #b6a491;
}
.color-3 {
color: #d0c5b4;
}
.color-4 {
color: #dad6c8;
}
.color-5 {
color: #e2c9b1;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #b6a491;
--color-3: #d0c5b4;
--color-4: #dad6c8;
--color-5: #e2c9b1;
}

🌈 Hazel Woods background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #b6a491, #d0c5b4, #dad6c8, #e2c9b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #b6a491, #d0c5b4, #dad6c8, #e2c9b1);
}

Hazel Woods color palette created on .