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: #1e6d8a;
}
.color-2 {
color: #3da5d1;
}
.color-3 {
color: #6cd7e5;
}
.color-4 {
color: #a4e1e5;
}
.color-5 {
color: #e1f7f9;
}

/* CSS Variables */
:root {
--color-1: #1e6d8a;
--color-2: #3da5d1;
--color-3: #6cd7e5;
--color-4: #a4e1e5;
--color-5: #e1f7f9;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e6d8a, #3da5d1, #6cd7e5, #a4e1e5, #e1f7f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e6d8a, #3da5d1, #6cd7e5, #a4e1e5, #e1f7f9);
}

Shades of Blue color palette created on .