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: #a1d6e8;
}
.color-2 {
color: #80b6c6;
}
.color-3 {
color: #4999b6;
}
.color-4 {
color: #2c789b;
}
.color-5 {
color: #1c597d;
}

/* CSS Variables */
:root {
--color-1: #a1d6e8;
--color-2: #80b6c6;
--color-3: #4999b6;
--color-4: #2c789b;
--color-5: #1c597d;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d6e8, #80b6c6, #4999b6, #2c789b, #1c597d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d6e8, #80b6c6, #4999b6, #2c789b, #1c597d);
}

Shades of Blue color palette created on .