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: #1d395e;
}
.color-2 {
color: #3e5b7e;
}
.color-3 {
color: #6c8da3;
}
.color-4 {
color: #a1c6d4;
}
.color-5 {
color: #e7f9f7;
}

/* CSS Variables */
:root {
--color-1: #1d395e;
--color-2: #3e5b7e;
--color-3: #6c8da3;
--color-4: #a1c6d4;
--color-5: #e7f9f7;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d395e, #3e5b7e, #6c8da3, #a1c6d4, #e7f9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d395e, #3e5b7e, #6c8da3, #a1c6d4, #e7f9f7);
}

Shades of Blue color palette created on .