Blue Sky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Sky palette

Share this palette to:

Blue Sky color palette CSS

/* CSS */
.color-1 {
color: #1e4f80;
}
.color-2 {
color: #396fb1;
}
.color-3 {
color: #6ca0e4;
}
.color-4 {
color: #9fc5f4;
}
.color-5 {
color: #f5faff;
}

/* CSS Variables */
:root {
--color-1: #1e4f80;
--color-2: #396fb1;
--color-3: #6ca0e4;
--color-4: #9fc5f4;
--color-5: #f5faff;
}

Blue Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4f80, #396fb1, #6ca0e4, #9fc5f4, #f5faff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4f80, #396fb1, #6ca0e4, #9fc5f4, #f5faff);
}

Blue Sky color palette created on .