Gazelle Color Palette

Discover the beautiful Gazelle color palette featuring tan (#d1b380), tussock (#c9a059), driftwood (#a87f4d), potters clay (#8d5a3a) and spice (#6a3d2f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Earthy, Nature, Soft, Warm, Autumn, Desert, Neutral 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 Gazelle palette

Share this palette to:

💻 Gazelle color palette CSS

/* CSS */
.color-1 {
color: #d1b380;
}
.color-2 {
color: #c9a059;
}
.color-3 {
color: #a87f4d;
}
.color-4 {
color: #8d5a3a;
}
.color-5 {
color: #6a3d2f;
}

/* CSS Variables */
:root {
--color-1: #d1b380;
--color-2: #c9a059;
--color-3: #a87f4d;
--color-4: #8d5a3a;
--color-5: #6a3d2f;
}

🌈 Gazelle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b380, #c9a059, #a87f4d, #8d5a3a, #6a3d2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b380, #c9a059, #a87f4d, #8d5a3a, #6a3d2f);
}

Gazelle color palette created on .