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: #c2c6e5;
}
.color-2 {
color: #a2b5d8;
}
.color-3 {
color: #7f9cd7;
}
.color-4 {
color: #5979c0;
}
.color-5 {
color: #3e5b98;
}

/* CSS Variables */
:root {
--color-1: #c2c6e5;
--color-2: #a2b5d8;
--color-3: #7f9cd7;
--color-4: #5979c0;
--color-5: #3e5b98;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2c6e5, #a2b5d8, #7f9cd7, #5979c0, #3e5b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2c6e5, #a2b5d8, #7f9cd7, #5979c0, #3e5b98);
}

Shades of Blue color palette created on .