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: #00a8e0;
}
.color-2 {
color: #a3d3e0;
}
.color-3 {
color: #d1e9eb;
}
.color-4 {
color: #f5f9fa;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #00a8e0;
--color-2: #a3d3e0;
--color-3: #d1e9eb;
--color-4: #f5f9fa;
--color-5: #ffffff;
}
Blue Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a8e0, #a3d3e0, #d1e9eb, #f5f9fa, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a8e0, #a3d3e0, #d1e9eb, #f5f9fa, #ffffff);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Blue Sky color palette created on .