Skyline Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Skyline Serenade palette

Share this palette to:

Skyline Serenade color palette CSS

/* CSS */
.color-1 {
color: #1e78d2;
}
.color-2 {
color: #4da8e0;
}
.color-3 {
color: #a3c7e6;
}
.color-4 {
color: #f7e6a1;
}
.color-5 {
color: #f6b83c;
}

/* CSS Variables */
:root {
--color-1: #1e78d2;
--color-2: #4da8e0;
--color-3: #a3c7e6;
--color-4: #f7e6a1;
--color-5: #f6b83c;
}

Skyline Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e78d2, #4da8e0, #a3c7e6, #f7e6a1, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e78d2, #4da8e0, #a3c7e6, #f7e6a1, #f6b83c);
}

Skyline Serenade color palette created on .