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: #b3b5ff;
}
.color-2 {
color: #8a9dff;
}
.color-3 {
color: #6b8bff;
}
.color-4 {
color: #4d6aff;
}
.color-5 {
color: #3955d0;
}

/* CSS Variables */
:root {
--color-1: #b3b5ff;
--color-2: #8a9dff;
--color-3: #6b8bff;
--color-4: #4d6aff;
--color-5: #3955d0;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3b5ff, #8a9dff, #6b8bff, #4d6aff, #3955d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3b5ff, #8a9dff, #6b8bff, #4d6aff, #3955d0);
}

Shades of Blue color palette created on .