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: #6b7fff;
}
.color-2 {
color: #a3a9ff;
}
.color-3 {
color: #d1d4ff;
}
.color-4 {
color: #f0e5ff;
}
.color-5 {
color: #eab8ff;
}

/* CSS Variables */
:root {
--color-1: #6b7fff;
--color-2: #a3a9ff;
--color-3: #d1d4ff;
--color-4: #f0e5ff;
--color-5: #eab8ff;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b7fff, #a3a9ff, #d1d4ff, #f0e5ff, #eab8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b7fff, #a3a9ff, #d1d4ff, #f0e5ff, #eab8ff);
}

Shades of Blue color palette created on .