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: #d1d6e0;
}
.color-2 {
color: #b4c8d9;
}
.color-3 {
color: #8b9ab1;
}
.color-4 {
color: #6c7d9d;
}
.color-5 {
color: #4a5b78;
}

/* CSS Variables */
:root {
--color-1: #d1d6e0;
--color-2: #b4c8d9;
--color-3: #8b9ab1;
--color-4: #6c7d9d;
--color-5: #4a5b78;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1d6e0, #b4c8d9, #8b9ab1, #6c7d9d, #4a5b78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1d6e0, #b4c8d9, #8b9ab1, #6c7d9d, #4a5b78);
}

Shades of Blue color palette created on .