Blue Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Sky palette
Download Blue Sky Color Palette (PNG)
Blue Sky color palette CSS
/* CSS */
.color-1 {
color: #59b5e3;
}
.color-2 {
color: #4c9dd6;
}
.color-3 {
color: #3984c6;
}
.color-4 {
color: #2c6eb5;
}
.color-5 {
color: #1d5c9a;
}
/* CSS Variables */
:root {
--color-1: #59b5e3;
--color-2: #4c9dd6;
--color-3: #3984c6;
--color-4: #2c6eb5;
--color-5: #1d5c9a;
}
Blue Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59b5e3, #4c9dd6, #3984c6, #2c6eb5, #1d5c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59b5e3, #4c9dd6, #3984c6, #2c6eb5, #1d5c9a);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Sky color palette created on .