Skyline Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Skyline Dreams palette

Share this palette to:

Skyline Dreams color palette CSS

/* CSS */
.color-1 {
color: #3c6f9f;
}
.color-2 {
color: #85b6c7;
}
.color-3 {
color: #f2e6ba;
}
.color-4 {
color: #f8a04f;
}
.color-5 {
color: #e95862;
}

/* CSS Variables */
:root {
--color-1: #3c6f9f;
--color-2: #85b6c7;
--color-3: #f2e6ba;
--color-4: #f8a04f;
--color-5: #e95862;
}

Skyline Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c6f9f, #85b6c7, #f2e6ba, #f8a04f, #e95862);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c6f9f, #85b6c7, #f2e6ba, #f8a04f, #e95862);
}

Skyline Dreams color palette created on .