Skyline Serenity Color Palette
Discover the beautiful Skyline Serenity color palette featuring cornflower blue (#6691f4), malibu (#70c1ff), sail (#a9e0f9), alice blue (#f0f7ff) and selective yellow (#f5b400).
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 Serenity palette
💻 Skyline Serenity color palette CSS
/* CSS */
.color-1 {
color: #6691f4;
}
.color-2 {
color: #70c1ff;
}
.color-3 {
color: #a9e0f9;
}
.color-4 {
color: #f0f7ff;
}
.color-5 {
color: #f5b400;
}
/* CSS Variables */
:root {
--color-1: #6691f4;
--color-2: #70c1ff;
--color-3: #a9e0f9;
--color-4: #f0f7ff;
--color-5: #f5b400;
}
🌈 Skyline Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6691f4, #70c1ff, #a9e0f9, #f0f7ff, #f5b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6691f4, #70c1ff, #a9e0f9, #f0f7ff, #f5b400);
}
🔗 Explore similar color palettes
Skyline Serenity color palette created on .