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: #cadae7;
}
.color-2 {
color: #a6b8d9;
}
.color-3 {
color: #799ad2;
}
.color-4 {
color: #5c7fbc;
}
.color-5 {
color: #3f639d;
}

/* CSS Variables */
:root {
--color-1: #cadae7;
--color-2: #a6b8d9;
--color-3: #799ad2;
--color-4: #5c7fbc;
--color-5: #3f639d;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cadae7, #a6b8d9, #799ad2, #5c7fbc, #3f639d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cadae7, #a6b8d9, #799ad2, #5c7fbc, #3f639d);
}

Shades of Blue color palette created on .