Desaturated Blue Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desaturated Blue Shades palette

Share this palette to:

Desaturated Blue Shades color palette CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #59b1e8;
}
.color-3 {
color: #8ec6e6;
}
.color-4 {
color: #b7def1;
}
.color-5 {
color: #e0f7ff;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #59b1e8;
--color-3: #8ec6e6;
--color-4: #b7def1;
--color-5: #e0f7ff;
}

Desaturated Blue Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #59b1e8, #8ec6e6, #b7def1, #e0f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #59b1e8, #8ec6e6, #b7def1, #e0f7ff);
}

Desaturated Blue Shades color palette created on .