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: #8abdf5;
}
.color-2 {
color: #84a6f0;
}
.color-3 {
color: #9175f0;
}
.color-4 {
color: #b266f0;
}
.color-5 {
color: #d88aef;
}

/* CSS Variables */
:root {
--color-1: #8abdf5;
--color-2: #84a6f0;
--color-3: #9175f0;
--color-4: #b266f0;
--color-5: #d88aef;
}

Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8abdf5, #84a6f0, #9175f0, #b266f0, #d88aef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8abdf5, #84a6f0, #9175f0, #b266f0, #d88aef);
}

Similar color palettes

Shades of Blue color palette created on .