Serenity in Blue Hues Color Palette
Discover the beautiful Serenity in Blue Hues color palette featuring mystic (#e1ebef), botticelli (#cfe0e7), ziggurat (#bed5e0), pigeon post (#abc9d8) and polo blue (#95bad0).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withPastel, 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
Image Gallery
💻 Serenity in Blue Hues color palette CSS
/* CSS */
.color-1 {
color: #e1ebef;
}
.color-2 {
color: #cfe0e7;
}
.color-3 {
color: #bed5e0;
}
.color-4 {
color: #abc9d8;
}
.color-5 {
color: #95bad0;
}
/* CSS Variables */
:root {
--color-1: #e1ebef;
--color-2: #cfe0e7;
--color-3: #bed5e0;
--color-4: #abc9d8;
--color-5: #95bad0;
}
🌈 Serenity in Blue Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1ebef, #cfe0e7, #bed5e0, #abc9d8, #95bad0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1ebef, #cfe0e7, #bed5e0, #abc9d8, #95bad0);
}
🔗 Explore similar color palettes
Serenity in Blue Hues color palette created on .