Blue Serenity Color Palette

Discover the beautiful Blue Serenity color palette featuring morning glory (#a3d6e0), danube (#70b1d7), steel blue (#4f8dbf), st tropaz (#2a588d) and biscay (#193e5c).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blue Serenity color palette CSS

/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #70b1d7;
}
.color-3 {
color: #4f8dbf;
}
.color-4 {
color: #2a588d;
}
.color-5 {
color: #193e5c;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #70b1d7;
--color-3: #4f8dbf;
--color-4: #2a588d;
--color-5: #193e5c;
}

🌈 Blue Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #70b1d7, #4f8dbf, #2a588d, #193e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #70b1d7, #4f8dbf, #2a588d, #193e5c);
}

Blue Serenity color palette created on .