Hazzel Color Palette

Discover the beautiful Hazzel color palette featuring tan (#d1b67a), twine (#c4925a), brown rust (#a85e3e), quincy (#6a3e34) and black marlin (#3b2b1c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withHazel, Brown, Earthy, Warm, Autumn, Forest, Soft, Coastal, Boho 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 Hazzel palette

Share this palette to:

💻 Hazzel color palette CSS

/* CSS */
.color-1 {
color: #d1b67a;
}
.color-2 {
color: #c4925a;
}
.color-3 {
color: #a85e3e;
}
.color-4 {
color: #6a3e34;
}
.color-5 {
color: #3b2b1c;
}

/* CSS Variables */
:root {
--color-1: #d1b67a;
--color-2: #c4925a;
--color-3: #a85e3e;
--color-4: #6a3e34;
--color-5: #3b2b1c;
}

🌈 Hazzel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b67a, #c4925a, #a85e3e, #6a3e34, #3b2b1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b67a, #c4925a, #a85e3e, #6a3e34, #3b2b1c);
}

Hazzel color palette created on .