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: #e4ebec;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #6ab6e2;
}
.color-4 {
color: #3e9dd0;
}
.color-5 {
color: #1c7c9c;
}

/* CSS Variables */
:root {
--color-1: #e4ebec;
--color-2: #a3c7e0;
--color-3: #6ab6e2;
--color-4: #3e9dd0;
--color-5: #1c7c9c;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4ebec, #a3c7e0, #6ab6e2, #3e9dd0, #1c7c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4ebec, #a3c7e0, #6ab6e2, #3e9dd0, #1c7c9c);
}

Shades of Blue color palette created on .