Shades of Azure Color Palette

Discover the beautiful Shades of Azure color palette featuring azure radiance (#00aaff), picton blue (#3bc5e8), bermuda (#81dad6), ice cold (#a4f4d5) and blue romance (#d8f8e5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Tropical, Spring 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 Shades of Azure palette

Share this palette to:

💻 Shades of Azure color palette CSS

/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #3bc5e8;
}
.color-3 {
color: #81dad6;
}
.color-4 {
color: #a4f4d5;
}
.color-5 {
color: #d8f8e5;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #3bc5e8;
--color-3: #81dad6;
--color-4: #a4f4d5;
--color-5: #d8f8e5;
}

🌈 Shades of Azure background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #3bc5e8, #81dad6, #a4f4d5, #d8f8e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #3bc5e8, #81dad6, #a4f4d5, #d8f8e5);
}

Shades of Azure color palette created on .