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: #1e396b;
}
.color-2 {
color: #3b599b;
}
.color-3 {
color: #77a2cf;
}
.color-4 {
color: #a6d2e8;
}
.color-5 {
color: #f2f8fd;
}

/* CSS Variables */
:root {
--color-1: #1e396b;
--color-2: #3b599b;
--color-3: #77a2cf;
--color-4: #a6d2e8;
--color-5: #f2f8fd;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396b, #3b599b, #77a2cf, #a6d2e8, #f2f8fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396b, #3b599b, #77a2cf, #a6d2e8, #f2f8fd);
}

Shades of Blue color palette created on .