Zhongli Color Palette
Discover the beautiful Zhongli color palette featuring grain brown (#e5d5ba), pavlova (#d8c09f), tan (#caa67f), leather (#916953) and kabul (#6e4743).
Brightness
Saturation
Warmth
💡 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
💻 Zhongli color palette CSS
/* CSS */
.color-1 {
color: #e5d5ba;
}
.color-2 {
color: #d8c09f;
}
.color-3 {
color: #caa67f;
}
.color-4 {
color: #916953;
}
.color-5 {
color: #6e4743;
}
/* CSS Variables */
:root {
--color-1: #e5d5ba;
--color-2: #d8c09f;
--color-3: #caa67f;
--color-4: #916953;
--color-5: #6e4743;
} 🌈 Zhongli background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d5ba, #d8c09f, #caa67f, #916953, #6e4743);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d5ba, #d8c09f, #caa67f, #916953, #6e4743);
} 🔗 Explore similar color palettes
Zhongli color palette created on .