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: #a8b3b8;
}
.color-2 {
color: #bac1c4;
}
.color-3 {
color: #d2d9db;
}
.color-4 {
color: #e0e8eb;
}
.color-5 {
color: #f1f6f9;
}

/* CSS Variables */
:root {
--color-1: #a8b3b8;
--color-2: #bac1c4;
--color-3: #d2d9db;
--color-4: #e0e8eb;
--color-5: #f1f6f9;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b3b8, #bac1c4, #d2d9db, #e0e8eb, #f1f6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b3b8, #bac1c4, #d2d9db, #e0e8eb, #f1f6f9);
}

Shades of Blue color palette created on .