Serenity in Blue Hues Color Palette

Discover the beautiful Serenity in Blue Hues color palette featuring catskill white (#eef1f7), periwinkle gray (#d3dcee), cornflower (#a4c2ea), havelock blue (#5b9ee1) and bouquet (#a57395).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Minimalist, Soft, 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 Serenity in Blue Hues palette

Share this palette to:

💻 Serenity in Blue Hues color palette CSS

/* CSS */
.color-1 {
color: #eef1f7;
}
.color-2 {
color: #d3dcee;
}
.color-3 {
color: #a4c2ea;
}
.color-4 {
color: #5b9ee1;
}
.color-5 {
color: #a57395;
}

/* CSS Variables */
:root {
--color-1: #eef1f7;
--color-2: #d3dcee;
--color-3: #a4c2ea;
--color-4: #5b9ee1;
--color-5: #a57395;
}

🌈 Serenity in Blue Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eef1f7, #d3dcee, #a4c2ea, #5b9ee1, #a57395);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eef1f7, #d3dcee, #a4c2ea, #5b9ee1, #a57395);
}

Serenity in Blue Hues color palette created on .