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: #1c2935;
}
.color-2 {
color: #3e5c6f;
}
.color-3 {
color: #7a9db8;
}
.color-4 {
color: #b3cde0;
}
.color-5 {
color: #f1f6f9;
}
/* CSS Variables */
:root {
--color-1: #1c2935;
--color-2: #3e5c6f;
--color-3: #7a9db8;
--color-4: #b3cde0;
--color-5: #f1f6f9;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2935, #3e5c6f, #7a9db8, #b3cde0, #f1f6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2935, #3e5c6f, #7a9db8, #b3cde0, #f1f6f9);
}
Similar color palettes
Scroll down to explore 100+ Cool color palettes
Shades of Blue color palette created on .