Azure Serenade Color Palette

Discover the beautiful Azure Serenade color palette featuring torea bay (#0f2e9f), fun blue (#1a4c9e), mariner (#2a7cbb), shakespeare (#51b5d6) and morning glory (#9ed9e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Ocean, Vibrant 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 Serenade palette

Share this palette to:

💻 Azure Serenade color palette CSS

/* CSS */
.color-1 {
color: #0f2e9f;
}
.color-2 {
color: #1a4c9e;
}
.color-3 {
color: #2a7cbb;
}
.color-4 {
color: #51b5d6;
}
.color-5 {
color: #9ed9e0;
}

/* CSS Variables */
:root {
--color-1: #0f2e9f;
--color-2: #1a4c9e;
--color-3: #2a7cbb;
--color-4: #51b5d6;
--color-5: #9ed9e0;
}

🌈 Azure Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f2e9f, #1a4c9e, #2a7cbb, #51b5d6, #9ed9e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f2e9f, #1a4c9e, #2a7cbb, #51b5d6, #9ed9e0);
}

Azure Serenade color palette created on .