Serenity in Blue Hues Color Palette

Discover the beautiful Serenity in Blue Hues color palette featuring catskill white (#edf3f7), botticelli (#d8e1ee), periwinkle gray (#becee4), pigeon post (#a2b5d8) and ship cove (#7e96c4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPastel, Minimalist, 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: #edf3f7;
}
.color-2 {
color: #d8e1ee;
}
.color-3 {
color: #becee4;
}
.color-4 {
color: #a2b5d8;
}
.color-5 {
color: #7e96c4;
}

/* CSS Variables */
:root {
--color-1: #edf3f7;
--color-2: #d8e1ee;
--color-3: #becee4;
--color-4: #a2b5d8;
--color-5: #7e96c4;
}

🌈 Serenity in Blue Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edf3f7, #d8e1ee, #becee4, #a2b5d8, #7e96c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edf3f7, #d8e1ee, #becee4, #a2b5d8, #7e96c4);
}

Serenity in Blue Hues color palette created on .