Skyline Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Skyline Harmony palette

Share this palette to:

Skyline Harmony color palette CSS

/* CSS */
.color-1 {
color: #204a7e;
}
.color-2 {
color: #4b8abe;
}
.color-3 {
color: #a3c6e0;
}
.color-4 {
color: #f1e1a7;
}
.color-5 {
color: #d77d3c;
}

/* CSS Variables */
:root {
--color-1: #204a7e;
--color-2: #4b8abe;
--color-3: #a3c6e0;
--color-4: #f1e1a7;
--color-5: #d77d3c;
}

Skyline Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #204a7e, #4b8abe, #a3c6e0, #f1e1a7, #d77d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #204a7e, #4b8abe, #a3c6e0, #f1e1a7, #d77d3c);
}

Skyline Harmony color palette created on .