Zinc Loon Color Palette

Discover the beautiful Zinc Loon color palette featuring indigo (#4f85c6), danube (#6ea1d4), regent st blue (#94c7e1), blizzard blue (#bde1f2) and alice blue (#f5fbff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Pastel, Soft, Summer 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 Loon palette

Share this palette to:

💻 Zinc Loon color palette CSS

/* CSS */
.color-1 {
color: #4f85c6;
}
.color-2 {
color: #6ea1d4;
}
.color-3 {
color: #94c7e1;
}
.color-4 {
color: #bde1f2;
}
.color-5 {
color: #f5fbff;
}

/* CSS Variables */
:root {
--color-1: #4f85c6;
--color-2: #6ea1d4;
--color-3: #94c7e1;
--color-4: #bde1f2;
--color-5: #f5fbff;
}

🌈 Zinc Loon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f85c6, #6ea1d4, #94c7e1, #bde1f2, #f5fbff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f85c6, #6ea1d4, #94c7e1, #bde1f2, #f5fbff);
}

Zinc Loon color palette created on .