Azure Shades Color Palette
Discover the beautiful Azure Shades color palette featuring java (#1abbe0), azure radiance (#00aaff), pacific blue (#0099cc), lochmara (#0078bd) and endeavour (#005499).
Brightness
Saturation
Warmth
💡 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 Azure Shades palette
💻 Azure Shades color palette CSS
/* CSS */
.color-1 {
color: #1abbe0;
}
.color-2 {
color: #00aaff;
}
.color-3 {
color: #0099cc;
}
.color-4 {
color: #0078bd;
}
.color-5 {
color: #005499;
}
/* CSS Variables */
:root {
--color-1: #1abbe0;
--color-2: #00aaff;
--color-3: #0099cc;
--color-4: #0078bd;
--color-5: #005499;
}
🌈 Azure Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abbe0, #00aaff, #0099cc, #0078bd, #005499);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abbe0, #00aaff, #0099cc, #0078bd, #005499);
}
🔗 Explore similar color palettes
Azure Shades color palette created on .