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: #88dffb;
}
.color-2 {
color: #51c3f0;
}
.color-3 {
color: #34a7ea;
}
.color-4 {
color: #0e8dc4;
}
.color-5 {
color: #0556b3;
}

/* CSS Variables */
:root {
--color-1: #88dffb;
--color-2: #51c3f0;
--color-3: #34a7ea;
--color-4: #0e8dc4;
--color-5: #0556b3;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #88dffb, #51c3f0, #34a7ea, #0e8dc4, #0556b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #88dffb, #51c3f0, #34a7ea, #0e8dc4, #0556b3);
}

Shades of Blue color palette created on .