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: #6a7c9a;
}
.color-2 {
color: #8c9cb5;
}
.color-3 {
color: #a5b3c0;
}
.color-4 {
color: #c1cfe6;
}
.color-5 {
color: #e5f2ff;
}

/* CSS Variables */
:root {
--color-1: #6a7c9a;
--color-2: #8c9cb5;
--color-3: #a5b3c0;
--color-4: #c1cfe6;
--color-5: #e5f2ff;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a7c9a, #8c9cb5, #a5b3c0, #c1cfe6, #e5f2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a7c9a, #8c9cb5, #a5b3c0, #c1cfe6, #e5f2ff);
}

Shades of Blue color palette created on .