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: #e0f6ff;
}
.color-2 {
color: #b3e3ff;
}
.color-3 {
color: #7dc1e3;
}
.color-4 {
color: #4da0d1;
}
.color-5 {
color: #0076a8;
}

/* CSS Variables */
:root {
--color-1: #e0f6ff;
--color-2: #b3e3ff;
--color-3: #7dc1e3;
--color-4: #4da0d1;
--color-5: #0076a8;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f6ff, #b3e3ff, #7dc1e3, #4da0d1, #0076a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f6ff, #b3e3ff, #7dc1e3, #4da0d1, #0076a8);
}

Shades of Blue color palette created on .