Skyline Drive Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skyline Drive palette
Skyline Drive color palette CSS
/* CSS */
.color-1 {
color: #1c74e9;
}
.color-2 {
color: #58b5f3;
}
.color-3 {
color: #8ee3f6;
}
.color-4 {
color: #f1df5b;
}
.color-5 {
color: #ff8c00;
}
/* CSS Variables */
:root {
--color-1: #1c74e9;
--color-2: #58b5f3;
--color-3: #8ee3f6;
--color-4: #f1df5b;
--color-5: #ff8c00;
}
Skyline Drive background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c74e9, #58b5f3, #8ee3f6, #f1df5b, #ff8c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c74e9, #58b5f3, #8ee3f6, #f1df5b, #ff8c00);
}
Similar color palettes
Skyline Drive color palette created on .