Skyline Serenade Color Palette
Discover the beautiful Skyline Serenade color palette featuring rhino (#293c65), kashmir blue (#4c6f9a), glacier (#77a0c0), ziggurat (#b2d3e0) and catskill white (#f5f9fa).
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 Skyline Serenade palette
💻 Skyline Serenade color palette CSS
/* CSS */
.color-1 {
color: #293c65;
}
.color-2 {
color: #4c6f9a;
}
.color-3 {
color: #77a0c0;
}
.color-4 {
color: #b2d3e0;
}
.color-5 {
color: #f5f9fa;
}
/* CSS Variables */
:root {
--color-1: #293c65;
--color-2: #4c6f9a;
--color-3: #77a0c0;
--color-4: #b2d3e0;
--color-5: #f5f9fa;
} 🌈 Skyline Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #293c65, #4c6f9a, #77a0c0, #b2d3e0, #f5f9fa);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #293c65, #4c6f9a, #77a0c0, #b2d3e0, #f5f9fa);
} 🔗 Explore similar color palettes
Skyline Serenade color palette created on .