Shades of Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Blue palette

Share this palette to:

Shades of Blue color palette CSS

/* CSS */
.color-1 {
color: #9bc5f8;
}
.color-2 {
color: #a9d4f9;
}
.color-3 {
color: #94def5;
}
.color-4 {
color: #60b7f6;
}
.color-5 {
color: #1393dd;
}

/* CSS Variables */
:root {
--color-1: #9bc5f8;
--color-2: #a9d4f9;
--color-3: #94def5;
--color-4: #60b7f6;
--color-5: #1393dd;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9bc5f8, #a9d4f9, #94def5, #60b7f6, #1393dd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9bc5f8, #a9d4f9, #94def5, #60b7f6, #1393dd);
}

Similar color palettes

Scroll down to explore 1 Blue color palette

Shades of Blue color palette created on .