Sunset Skyline Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Skyline palette

Share this palette to:

Sunset Skyline color palette CSS

/* CSS */
.color-1 {
color: #ff6933;
}
.color-2 {
color: #ffcd29;
}
.color-3 {
color: #4a4e68;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #29b0ff;
}

/* CSS Variables */
:root {
--color-1: #ff6933;
--color-2: #ffcd29;
--color-3: #4a4e68;
--color-4: #f0a800;
--color-5: #29b0ff;
}

Sunset Skyline background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6933, #ffcd29, #4a4e68, #f0a800, #29b0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6933, #ffcd29, #4a4e68, #f0a800, #29b0ff);
}

Sunset Skyline color palette created on .