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: #d9f5fc;
}
.color-2 {
color: #bbeff7;
}
.color-3 {
color: #a8eef5;
}
.color-4 {
color: #97e6f2;
}
.color-5 {
color: #88ccf1;
}

/* CSS Variables */
:root {
--color-1: #d9f5fc;
--color-2: #bbeff7;
--color-3: #a8eef5;
--color-4: #97e6f2;
--color-5: #88ccf1;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9f5fc, #bbeff7, #a8eef5, #97e6f2, #88ccf1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9f5fc, #bbeff7, #a8eef5, #97e6f2, #88ccf1);
}

Shades of Blue color palette created on .