Zhongli Color Palette

Discover the beautiful Zhongli color palette featuring wheatfield (#f1e5c6), cameo (#dfbfa4), mongoose (#b89b7a), soya bean (#6e5d4e) and merlin (#3b3a35).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Beige, Cream, Brown, Neutral, Boho, Modern, Summer, Vintage, Warm 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: #f1e5c6;
}
.color-2 {
color: #dfbfa4;
}
.color-3 {
color: #b89b7a;
}
.color-4 {
color: #6e5d4e;
}
.color-5 {
color: #3b3a35;
}

/* CSS Variables */
:root {
--color-1: #f1e5c6;
--color-2: #dfbfa4;
--color-3: #b89b7a;
--color-4: #6e5d4e;
--color-5: #3b3a35;
}

🌈 Zhongli background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e5c6, #dfbfa4, #b89b7a, #6e5d4e, #3b3a35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e5c6, #dfbfa4, #b89b7a, #6e5d4e, #3b3a35);
}

Zhongli color palette created on .