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: #3b7fba;
}
.color-2 {
color: #58b3e4;
}
.color-3 {
color: #a9d9ea;
}
.color-4 {
color: #f3e4aa;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #3b7fba;
--color-2: #58b3e4;
--color-3: #a9d9ea;
--color-4: #f3e4aa;
--color-5: #f9c54e;
}
Skyline Drive background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7fba, #58b3e4, #a9d9ea, #f3e4aa, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7fba, #58b3e4, #a9d9ea, #f3e4aa, #f9c54e);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Skyline Drive color palette created on .