Zinc Color Palette

Discover the beautiful Zinc color palette featuring hit gray (#a9b3b7), submarine (#b5c5c9), loblolly (#c2d2d6), iron (#e0e4e5) and aqua haze (#f5f9f9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Soft, Modern, Neutral, Cool, Light, 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 Zinc palette

Share this palette to:

💻 Zinc color palette CSS

/* CSS */
.color-1 {
color: #a9b3b7;
}
.color-2 {
color: #b5c5c9;
}
.color-3 {
color: #c2d2d6;
}
.color-4 {
color: #e0e4e5;
}
.color-5 {
color: #f5f9f9;
}

/* CSS Variables */
:root {
--color-1: #a9b3b7;
--color-2: #b5c5c9;
--color-3: #c2d2d6;
--color-4: #e0e4e5;
--color-5: #f5f9f9;
}

🌈 Zinc background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9b3b7, #b5c5c9, #c2d2d6, #e0e4e5, #f5f9f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9b3b7, #b5c5c9, #c2d2d6, #e0e4e5, #f5f9f9);
}

Zinc color palette created on .