Shades of Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shades of Blue Color Palette (PNG)
Shades of Blue color palette CSS
/* CSS */
.color-1 {
color: #a1d6e2;
}
.color-2 {
color: #76b0b7;
}
.color-3 {
color: #4c999e;
}
.color-4 {
color: #2c7c87;
}
.color-5 {
color: #1e5c80;
}
/* CSS Variables */
:root {
--color-1: #a1d6e2;
--color-2: #76b0b7;
--color-3: #4c999e;
--color-4: #2c7c87;
--color-5: #1e5c80;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d6e2, #76b0b7, #4c999e, #2c7c87, #1e5c80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d6e2, #76b0b7, #4c999e, #2c7c87, #1e5c80);
}
Similar color palettes
Shades of Blue color palette created on .