Skyline Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Skyline Serenity palette

Share this palette to:

Skyline Serenity color palette CSS

/* CSS */
.color-1 {
color: #1f395c;
}
.color-2 {
color: #3a6a92;
}
.color-3 {
color: #5d9eb1;
}
.color-4 {
color: #7bc8d1;
}
.color-5 {
color: #a0e5e9;
}

/* CSS Variables */
:root {
--color-1: #1f395c;
--color-2: #3a6a92;
--color-3: #5d9eb1;
--color-4: #7bc8d1;
--color-5: #a0e5e9;
}

Skyline Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f395c, #3a6a92, #5d9eb1, #7bc8d1, #a0e5e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f395c, #3a6a92, #5d9eb1, #7bc8d1, #a0e5e9);
}

Skyline Serenity color palette created on .