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: #d0c4e3;
}
.color-2 {
color: #a5b8e3;
}
.color-3 {
color: #71a3e5;
}
.color-4 {
color: #3b8cbf;
}
.color-5 {
color: #2e6b8e;
}

/* CSS Variables */
:root {
--color-1: #d0c4e3;
--color-2: #a5b8e3;
--color-3: #71a3e5;
--color-4: #3b8cbf;
--color-5: #2e6b8e;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0c4e3, #a5b8e3, #71a3e5, #3b8cbf, #2e6b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0c4e3, #a5b8e3, #71a3e5, #3b8cbf, #2e6b8e);
}

Shades of Blue color palette created on .