Blue Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Sky palette
Blue Sky color palette CSS
/* CSS */
.color-1 {
color: #3a9ad9;
}
.color-2 {
color: #6bb0e1;
}
.color-3 {
color: #95c4ea;
}
.color-4 {
color: #f1e7a2;
}
.color-5 {
color: #f7b39c;
}
/* CSS Variables */
:root {
--color-1: #3a9ad9;
--color-2: #6bb0e1;
--color-3: #95c4ea;
--color-4: #f1e7a2;
--color-5: #f7b39c;
}
Blue Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a9ad9, #6bb0e1, #95c4ea, #f1e7a2, #f7b39c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a9ad9, #6bb0e1, #95c4ea, #f1e7a2, #f7b39c);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Sky color palette created on .