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: #1b2027;
}
.color-2 {
color: #3d4a57;
}
.color-3 {
color: #5d7a89;
}
.color-4 {
color: #8ab2c1;
}
.color-5 {
color: #a1d6e3;
}

/* CSS Variables */
:root {
--color-1: #1b2027;
--color-2: #3d4a57;
--color-3: #5d7a89;
--color-4: #8ab2c1;
--color-5: #a1d6e3;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2027, #3d4a57, #5d7a89, #8ab2c1, #a1d6e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2027, #3d4a57, #5d7a89, #8ab2c1, #a1d6e3);
}

Shades of Blue color palette created on .