Zhongli Color Palette

Discover the beautiful Zhongli color palette featuring grain brown (#e4d4b9), cameo (#d9c1a1), tan (#caa781), leather (#926954) and ferra (#6f4844).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Tan, Brown, Earthy, Warm, Neutral, Soft, Autumn, Coastal, Vintage 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 Zhongli palette

Share this palette to:

💻 Zhongli color palette CSS

/* CSS */
.color-1 {
color: #e4d4b9;
}
.color-2 {
color: #d9c1a1;
}
.color-3 {
color: #caa781;
}
.color-4 {
color: #926954;
}
.color-5 {
color: #6f4844;
}

/* CSS Variables */
:root {
--color-1: #e4d4b9;
--color-2: #d9c1a1;
--color-3: #caa781;
--color-4: #926954;
--color-5: #6f4844;
}

🌈 Zhongli background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d4b9, #d9c1a1, #caa781, #926954, #6f4844);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d4b9, #d9c1a1, #caa781, #926954, #6f4844);
}

Zhongli color palette created on .