Zinc Color Palette

Discover the beautiful Zinc color palette featuring wedgewood (#447e97), hippie blue (#4994a7), hippie blue (#4e9db1), fountain blue (#5fa9b9) and half baked (#6ec4c4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Teal, Aqua, Deep, Bright, Coastal, Spring, Light, Modern 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: #447e97;
}
.color-2 {
color: #4994a7;
}
.color-3 {
color: #4e9db1;
}
.color-4 {
color: #5fa9b9;
}
.color-5 {
color: #6ec4c4;
}

/* CSS Variables */
:root {
--color-1: #447e97;
--color-2: #4994a7;
--color-3: #4e9db1;
--color-4: #5fa9b9;
--color-5: #6ec4c4;
}

🌈 Zinc background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #447e97, #4994a7, #4e9db1, #5fa9b9, #6ec4c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #447e97, #4994a7, #4e9db1, #5fa9b9, #6ec4c4);
}

Zinc color palette created on .