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: #3e6b89;
}
.color-2 {
color: #4f9db5;
}
.color-3 {
color: #6fc9e2;
}
.color-4 {
color: #a1e0e8;
}
.color-5 {
color: #f8cb4f;
}

/* CSS Variables */
:root {
--color-1: #3e6b89;
--color-2: #4f9db5;
--color-3: #6fc9e2;
--color-4: #a1e0e8;
--color-5: #f8cb4f;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e6b89, #4f9db5, #6fc9e2, #a1e0e8, #f8cb4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e6b89, #4f9db5, #6fc9e2, #a1e0e8, #f8cb4f);
}

Shades of Blue color palette created on .