Skyline Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skyline Sunset palette
Skyline Sunset color palette CSS
/* CSS */
.color-1 {
color: #1e67dc;
}
.color-2 {
color: #4978e4;
}
.color-3 {
color: #8eb7f1;
}
.color-4 {
color: #f1a950;
}
.color-5 {
color: #f46a2f;
}
/* CSS Variables */
:root {
--color-1: #1e67dc;
--color-2: #4978e4;
--color-3: #8eb7f1;
--color-4: #f1a950;
--color-5: #f46a2f;
}
Skyline Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e67dc, #4978e4, #8eb7f1, #f1a950, #f46a2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e67dc, #4978e4, #8eb7f1, #f1a950, #f46a2f);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Skyline Sunset color palette created on .