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: #292c33;
}
.color-2 {
color: #3e4b5b;
}
.color-3 {
color: #6a7b9a;
}
.color-4 {
color: #a7b2c3;
}
.color-5 {
color: #f2f5f7;
}
/* CSS Variables */
:root {
--color-1: #292c33;
--color-2: #3e4b5b;
--color-3: #6a7b9a;
--color-4: #a7b2c3;
--color-5: #f2f5f7;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292c33, #3e4b5b, #6a7b9a, #a7b2c3, #f2f5f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292c33, #3e4b5b, #6a7b9a, #a7b2c3, #f2f5f7);
}
Similar color palettes
Scroll down to explore 400+ Modern color palettes
Shades of Blue color palette created on .