Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sky palette
Sky color palette PNG image
Sky color palette CSS
/* CSS */
.color-1 {
color: #89cfeb;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #1f8fff;
}
.color-4 {
color: #4169e1;
}
.color-5 {
color: #4682b4;
}
/* CSS Variables */
:root {
--color-1: #89cfeb;
--color-2: #00bfff;
--color-3: #1f8fff;
--color-4: #4169e1;
--color-5: #4682b4;
}
Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #89cfeb, #00bfff, #1f8fff, #4169e1, #4682b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #89cfeb, #00bfff, #1f8fff, #4169e1, #4682b4);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Sky color palette created on .