Blue Serenity Color Palette

Discover the beautiful Blue Serenity color palette featuring polo blue (#8ea9cc), pigeon post (#a5c7d5), powder blue (#b9e9e6), catskill white (#f1f5f9) and champagne (#fae1d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Spring 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: #8ea9cc;
}
.color-2 {
color: #a5c7d5;
}
.color-3 {
color: #b9e9e6;
}
.color-4 {
color: #f1f5f9;
}
.color-5 {
color: #fae1d1;
}

/* CSS Variables */
:root {
--color-1: #8ea9cc;
--color-2: #a5c7d5;
--color-3: #b9e9e6;
--color-4: #f1f5f9;
--color-5: #fae1d1;
}

🌈 Blue Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ea9cc, #a5c7d5, #b9e9e6, #f1f5f9, #fae1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ea9cc, #a5c7d5, #b9e9e6, #f1f5f9, #fae1d1);
}

Blue Serenity color palette created on .