Sky Blitzes Color Palette

Discover the beautiful Sky Blitzes color palette featuring azure radiance (#00aaff), picton blue (#1cc6e9), turquoise blue (#51e5f0), charlotte (#92f7f2) and catskill white (#f1f7f8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Fun, Light, Spring, Summer, Vibrant 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 Sky Blitzes palette

Share this palette to:

💻 Sky Blitzes color palette CSS

/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #1cc6e9;
}
.color-3 {
color: #51e5f0;
}
.color-4 {
color: #92f7f2;
}
.color-5 {
color: #f1f7f8;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #1cc6e9;
--color-3: #51e5f0;
--color-4: #92f7f2;
--color-5: #f1f7f8;
}

🌈 Sky Blitzes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #1cc6e9, #51e5f0, #92f7f2, #f1f7f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #1cc6e9, #51e5f0, #92f7f2, #f1f7f8);
}

Sky Blitzes color palette created on .