Vibrant Sky Blues Color Palette

Discover the beautiful Vibrant Sky Blues color palette featuring cerulean (#00a5e0), java (#1fc1e5), turquoise blue (#4cd7e1), spray (#7ff0e8) and ice cold (#a2f6f0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Cool, Spring, Summer, Tropical, 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 Vibrant Sky Blues palette

Share this palette to:

💻 Vibrant Sky Blues color palette CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #1fc1e5;
}
.color-3 {
color: #4cd7e1;
}
.color-4 {
color: #7ff0e8;
}
.color-5 {
color: #a2f6f0;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #1fc1e5;
--color-3: #4cd7e1;
--color-4: #7ff0e8;
--color-5: #a2f6f0;
}

🌈 Vibrant Sky Blues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #1fc1e5, #4cd7e1, #7ff0e8, #a2f6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #1fc1e5, #4cd7e1, #7ff0e8, #a2f6f0);
}

Vibrant Sky Blues color palette created on .