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: #5b7f9a;
}
.color-2 {
color: #9fc6c4;
}
.color-3 {
color: #f0d8a8;
}
.color-4 {
color: #f3a29b;
}
.color-5 {
color: #e58c80;
}

/* CSS Variables */
:root {
--color-1: #5b7f9a;
--color-2: #9fc6c4;
--color-3: #f0d8a8;
--color-4: #f3a29b;
--color-5: #e58c80;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b7f9a, #9fc6c4, #f0d8a8, #f3a29b, #e58c80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b7f9a, #9fc6c4, #f0d8a8, #f3a29b, #e58c80);
}

Shades of Blue color palette created on .