Shades of Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue color palette CSS
/* CSS */
.color-1 {
color: #e4e5e7;
}
.color-2 {
color: #a3c3e0;
}
.color-3 {
color: #6fa3d8;
}
.color-4 {
color: #3571b6;
}
.color-5 {
color: #2c487d;
}
/* CSS Variables */
:root {
--color-1: #e4e5e7;
--color-2: #a3c3e0;
--color-3: #6fa3d8;
--color-4: #3571b6;
--color-5: #2c487d;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4e5e7, #a3c3e0, #6fa3d8, #3571b6, #2c487d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4e5e7, #a3c3e0, #6fa3d8, #3571b6, #2c487d);
}
Similar color palettes
Shades of Blue color palette created on .