Serene Showers Color Palette
Discover the beautiful Serene Showers color palette featuring hippie blue (#5f9db9), morning glory (#9fd7df), apple green (#e1f4f1), jagged ice (#b5e3d6) and opal (#a2c6c8).
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 Serene Showers palette
💻 Serene Showers color palette CSS
/* CSS */
.color-1 {
color: #5f9db9;
}
.color-2 {
color: #9fd7df;
}
.color-3 {
color: #e1f4f1;
}
.color-4 {
color: #b5e3d6;
}
.color-5 {
color: #a2c6c8;
}
/* CSS Variables */
:root {
--color-1: #5f9db9;
--color-2: #9fd7df;
--color-3: #e1f4f1;
--color-4: #b5e3d6;
--color-5: #a2c6c8;
}
🌈 Serene Showers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f9db9, #9fd7df, #e1f4f1, #b5e3d6, #a2c6c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f9db9, #9fd7df, #e1f4f1, #b5e3d6, #a2c6c8);
}
🔗 Explore similar color palettes
Serene Showers color palette created on .