Azure Bias Color Palette

Discover the beautiful Azure Bias color palette featuring eastern blue (#1e8ab8), shakespeare (#4bc2d8), riptide (#89e1df), black squeeze (#f1f9f9) and wheat (#f6efb6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Summer 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 Bias palette

Share this palette to:

💻 Azure Bias color palette CSS

/* CSS */
.color-1 {
color: #1e8ab8;
}
.color-2 {
color: #4bc2d8;
}
.color-3 {
color: #89e1df;
}
.color-4 {
color: #f1f9f9;
}
.color-5 {
color: #f6efb6;
}

/* CSS Variables */
:root {
--color-1: #1e8ab8;
--color-2: #4bc2d8;
--color-3: #89e1df;
--color-4: #f1f9f9;
--color-5: #f6efb6;
}

🌈 Azure Bias background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8ab8, #4bc2d8, #89e1df, #f1f9f9, #f6efb6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8ab8, #4bc2d8, #89e1df, #f1f9f9, #f6efb6);
}

Azure Bias color palette created on .