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: #1f1b79;
}
.color-2 {
color: #4b4e95;
}
.color-3 {
color: #7d7fb0;
}
.color-4 {
color: #a2a5cd;
}
.color-5 {
color: #d0d2e6;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b4e95;
--color-3: #7d7fb0;
--color-4: #a2a5cd;
--color-5: #d0d2e6;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b4e95, #7d7fb0, #a2a5cd, #d0d2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b4e95, #7d7fb0, #a2a5cd, #d0d2e6);
}

Shades of Blue color palette created on .