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: #4c94e6;
}
.color-2 {
color: #88bdf1;
}
.color-3 {
color: #a3d4f5;
}
.color-4 {
color: #f7e6a1;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #4c94e6;
--color-2: #88bdf1;
--color-3: #a3d4f5;
--color-4: #f7e6a1;
--color-5: #f4a462;
}
Blue Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c94e6, #88bdf1, #a3d4f5, #f7e6a1, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c94e6, #88bdf1, #a3d4f5, #f7e6a1, #f4a462);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Blue Sky color palette created on .