Icy Serenity Color Palette
Discover the beautiful Icy Serenity color palette featuring sail (#b9e1f8), cornflower (#8ec1e1), danube (#66a2d6), steel blue (#4f8cb5) and calypso (#3b6997).
Brightness
Saturation
Warmth
💡 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 Icy Serenity palette
💻 Icy Serenity color palette CSS
/* CSS */
.color-1 {
color: #b9e1f8;
}
.color-2 {
color: #8ec1e1;
}
.color-3 {
color: #66a2d6;
}
.color-4 {
color: #4f8cb5;
}
.color-5 {
color: #3b6997;
}
/* CSS Variables */
:root {
--color-1: #b9e1f8;
--color-2: #8ec1e1;
--color-3: #66a2d6;
--color-4: #4f8cb5;
--color-5: #3b6997;
} 🌈 Icy Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9e1f8, #8ec1e1, #66a2d6, #4f8cb5, #3b6997);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9e1f8, #8ec1e1, #66a2d6, #4f8cb5, #3b6997);
} 🔗 Explore similar color palettes
Icy Serenity color palette created on .