Azure Serenity Color Palette

Discover the beautiful Azure Serenity color palette featuring boston blue (#3b95c9), blue whale (#052648), foam (#edfafd), cornflower (#88c6e7) and venice blue (#0c5692).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Teal, Light, Modern, Aesthetic, Coastal, Warm, Summer, Bright, Soft 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 Serenity palette

Share this palette to:

💻 Azure Serenity color palette CSS

/* CSS */
.color-1 {
color: #3b95c9;
}
.color-2 {
color: #052648;
}
.color-3 {
color: #edfafd;
}
.color-4 {
color: #88c6e7;
}
.color-5 {
color: #0c5692;
}

/* CSS Variables */
:root {
--color-1: #3b95c9;
--color-2: #052648;
--color-3: #edfafd;
--color-4: #88c6e7;
--color-5: #0c5692;
}

🌈 Azure Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b95c9, #052648, #edfafd, #88c6e7, #0c5692);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b95c9, #052648, #edfafd, #88c6e7, #0c5692);
}

Azure Serenity color palette created on .