Skyline Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skyline Serenade palette
Skyline Serenade color palette CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #52b6e0;
}
.color-3 {
color: #a6e1e7;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f29f21;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #52b6e0;
--color-3: #a6e1e7;
--color-4: #f5a524;
--color-5: #f29f21;
}
Skyline Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #52b6e0, #a6e1e7, #f5a524, #f29f21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #52b6e0, #a6e1e7, #f5a524, #f29f21);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Skyline Serenade color palette created on .