Hazel Earth Color Palette

Discover the beautiful Hazel Earth color palette featuring driftwood (#a87c4d), twine (#bf9f69), sorrell brown (#c7b78a), pavlova (#d6c69f) and grain brown (#e3d9b5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Earthy, Green, Soft 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 Earth palette

Share this palette to:

๐Ÿ’ป Hazel Earth color palette CSS

/* CSS */
.color-1 {
color: #a87c4d;
}
.color-2 {
color: #bf9f69;
}
.color-3 {
color: #c7b78a;
}
.color-4 {
color: #d6c69f;
}
.color-5 {
color: #e3d9b5;
}

/* CSS Variables */
:root {
--color-1: #a87c4d;
--color-2: #bf9f69;
--color-3: #c7b78a;
--color-4: #d6c69f;
--color-5: #e3d9b5;
}

๐ŸŒˆ Hazel Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a87c4d, #bf9f69, #c7b78a, #d6c69f, #e3d9b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a87c4d, #bf9f69, #c7b78a, #d6c69f, #e3d9b5);
}

Hazel Earth color palette created on .