Hazel Abyss Color Palette

Discover the beautiful Hazel Abyss color palette featuring yellow metal (#7a5a3e), muddy waters (#b6935d), pavlova (#d9ca9b), blue bayoux (#4f6c78) and limed spruce (#3c4d4e).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Hazel Abyss color palette CSS

/* CSS */
.color-1 {
color: #7a5a3e;
}
.color-2 {
color: #b6935d;
}
.color-3 {
color: #d9ca9b;
}
.color-4 {
color: #4f6c78;
}
.color-5 {
color: #3c4d4e;
}

/* CSS Variables */
:root {
--color-1: #7a5a3e;
--color-2: #b6935d;
--color-3: #d9ca9b;
--color-4: #4f6c78;
--color-5: #3c4d4e;
}

🌈 Hazel Abyss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a5a3e, #b6935d, #d9ca9b, #4f6c78, #3c4d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a5a3e, #b6935d, #d9ca9b, #4f6c78, #3c4d4e);
}

Hazel Abyss color palette created on .