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: #044f9f;
}
.color-2 {
color: #0077b8;
}
.color-3 {
color: #1dc6e7;
}
.color-4 {
color: #63e4f2;
}
.color-5 {
color: #a7f4fb;
}

/* CSS Variables */
:root {
--color-1: #044f9f;
--color-2: #0077b8;
--color-3: #1dc6e7;
--color-4: #63e4f2;
--color-5: #a7f4fb;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #044f9f, #0077b8, #1dc6e7, #63e4f2, #a7f4fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #044f9f, #0077b8, #1dc6e7, #63e4f2, #a7f4fb);
}

Shades of Blue color palette created on .