Azure Horizons Color Palette

Discover the beautiful Azure Horizons color palette featuring aquamarine blue (#7dc8e3), shakespeare (#5bb6d7), shakespeare (#3f9dcf), mariner (#2f7dc1) and matisse (#1e5ca4).

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 Horizons palette

Share this palette to:

💻 Azure Horizons color palette CSS

/* CSS */
.color-1 {
color: #7dc8e3;
}
.color-2 {
color: #5bb6d7;
}
.color-3 {
color: #3f9dcf;
}
.color-4 {
color: #2f7dc1;
}
.color-5 {
color: #1e5ca4;
}

/* CSS Variables */
:root {
--color-1: #7dc8e3;
--color-2: #5bb6d7;
--color-3: #3f9dcf;
--color-4: #2f7dc1;
--color-5: #1e5ca4;
}

🌈 Azure Horizons background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7dc8e3, #5bb6d7, #3f9dcf, #2f7dc1, #1e5ca4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7dc8e3, #5bb6d7, #3f9dcf, #2f7dc1, #1e5ca4);
}

Azure Horizons color palette created on .