Hazel Color Palette

Discover the beautiful Hazel color palette featuring shingle fawn (#714e38), kumera (#895b29), cameo (#d9b89b), saffron (#f4cf3e) and dell (#40691c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withHazel, Brown, Green, Yellow, Cream, Earthy, Nature, Vibrant, Autumn, Forest 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: #714e38;
}
.color-2 {
color: #895b29;
}
.color-3 {
color: #d9b89b;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #40691c;
}

/* CSS Variables */
:root {
--color-1: #714e38;
--color-2: #895b29;
--color-3: #d9b89b;
--color-4: #f4cf3e;
--color-5: #40691c;
}

🌈 Hazel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #714e38, #895b29, #d9b89b, #f4cf3e, #40691c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #714e38, #895b29, #d9b89b, #f4cf3e, #40691c);
}

Hazel color palette created on .