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: #3f4b5a;
}
.color-2 {
color: #4e5f6e;
}
.color-3 {
color: #5f7481;
}
.color-4 {
color: #7da9b5;
}
.color-5 {
color: #a4d5e5;
}

/* CSS Variables */
:root {
--color-1: #3f4b5a;
--color-2: #4e5f6e;
--color-3: #5f7481;
--color-4: #7da9b5;
--color-5: #a4d5e5;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f4b5a, #4e5f6e, #5f7481, #7da9b5, #a4d5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f4b5a, #4e5f6e, #5f7481, #7da9b5, #a4d5e5);
}

Shades of Blue color palette created on .