Blue Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Shades palette

Share this palette to:

Download Blue Shades Color Palette (PNG)

Download blue shades color palette PNG image (landscape)
Download blue shades color palette PNG image (square)

Blue Shades color palette CSS

/* CSS */
.color-1 {
color: #a2c9dd;
}
.color-2 {
color: #595959;
}
.color-3 {
color: #dbdbdb;
}
.color-4 {
color: #c7c7c7;
}
.color-5 {
color: #c7e0f0;
}

/* CSS Variables */
:root {
--color-1: #a2c9dd;
--color-2: #595959;
--color-3: #dbdbdb;
--color-4: #c7c7c7;
--color-5: #c7e0f0;
}

Blue Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c9dd, #595959, #dbdbdb, #c7c7c7, #c7e0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c9dd, #595959, #dbdbdb, #c7c7c7, #c7e0f0);
}

Blue Shades color palette created on .