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: #5190bd;
}
.color-2 {
color: #3d6f9e;
}
.color-3 {
color: #2d5080;
}
.color-4 {
color: #1f3f6b;
}
.color-5 {
color: #123f59;
}

/* CSS Variables */
:root {
--color-1: #5190bd;
--color-2: #3d6f9e;
--color-3: #2d5080;
--color-4: #1f3f6b;
--color-5: #123f59;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5190bd, #3d6f9e, #2d5080, #1f3f6b, #123f59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5190bd, #3d6f9e, #2d5080, #1f3f6b, #123f59);
}

Shades of Blue color palette created on .