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: #f9b1ae;
}
.color-2 {
color: #fbcb89;
}
.color-3 {
color: #f4e69f;
}
.color-4 {
color: #a1dff7;
}
.color-5 {
color: #6ab7e7;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #fbcb89;
--color-3: #f4e69f;
--color-4: #a1dff7;
--color-5: #6ab7e7;
}

Skyline Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #fbcb89, #f4e69f, #a1dff7, #6ab7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #fbcb89, #f4e69f, #a1dff7, #6ab7e7);
}

Skyline Dreams color palette created on .