Azure Radiance Color Palette

Discover the beautiful Azure Radiance color palette featuring azure radiance (#0a85ff), dodger blue (#0a99ff), dodger blue (#0ac2ff), cyan / aqua (#0adaff) and cyan / aqua (#0ae2ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Aqua, Bright, Spring, Summer, Vibrant, Modern 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 Azure Radiance palette

Share this palette to:

💻 Azure Radiance color palette CSS

/* CSS */
.color-1 {
color: #0a85ff;
}
.color-2 {
color: #0a99ff;
}
.color-3 {
color: #0ac2ff;
}
.color-4 {
color: #0adaff;
}
.color-5 {
color: #0ae2ff;
}

/* CSS Variables */
:root {
--color-1: #0a85ff;
--color-2: #0a99ff;
--color-3: #0ac2ff;
--color-4: #0adaff;
--color-5: #0ae2ff;
}

🌈 Azure Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a85ff, #0a99ff, #0ac2ff, #0adaff, #0ae2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a85ff, #0a99ff, #0ac2ff, #0adaff, #0ae2ff);
}

Azure Radiance color palette created on .