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: #8bc9e4;
}
.color-2 {
color: #9dcbe1;
}
.color-3 {
color: #b6d5e7;
}
.color-4 {
color: #c6deeb;
}
.color-5 {
color: #e8f1f7;
}

/* CSS Variables */
:root {
--color-1: #8bc9e4;
--color-2: #9dcbe1;
--color-3: #b6d5e7;
--color-4: #c6deeb;
--color-5: #e8f1f7;
}

Skyline Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8bc9e4, #9dcbe1, #b6d5e7, #c6deeb, #e8f1f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8bc9e4, #9dcbe1, #b6d5e7, #c6deeb, #e8f1f7);
}

Skyline Serenade color palette created on .