Blue Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Shades palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Shades Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Shades color palette created on .