Serenity in Blue Color Palette

Discover the beautiful Serenity in Blue color palette featuring aqua haze (#e4eef1), botticelli (#d3e3e9), botticelli (#c4d9e3), pigeon post (#b2cddc) and rock blue (#9cc0d3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, 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 palette

Share this palette to:

💻 Serenity in Blue color palette CSS

/* CSS */
.color-1 {
color: #e4eef1;
}
.color-2 {
color: #d3e3e9;
}
.color-3 {
color: #c4d9e3;
}
.color-4 {
color: #b2cddc;
}
.color-5 {
color: #9cc0d3;
}

/* CSS Variables */
:root {
--color-1: #e4eef1;
--color-2: #d3e3e9;
--color-3: #c4d9e3;
--color-4: #b2cddc;
--color-5: #9cc0d3;
}

🌈 Serenity in Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4eef1, #d3e3e9, #c4d9e3, #b2cddc, #9cc0d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4eef1, #d3e3e9, #c4d9e3, #b2cddc, #9cc0d3);
}

Serenity in Blue color palette created on .