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: #3c405d;
}
.color-2 {
color: #4e556e;
}
.color-3 {
color: #68758d;
}
.color-4 {
color: #8da3c3;
}
.color-5 {
color: #b2d4e0;
}

/* CSS Variables */
:root {
--color-1: #3c405d;
--color-2: #4e556e;
--color-3: #68758d;
--color-4: #8da3c3;
--color-5: #b2d4e0;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c405d, #4e556e, #68758d, #8da3c3, #b2d4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c405d, #4e556e, #68758d, #8da3c3, #b2d4e0);
}

Shades of Blue color palette created on .