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: #1e3a4d;
}
.color-2 {
color: #3b5d72;
}
.color-3 {
color: #5f8f9b;
}
.color-4 {
color: #9db4c8;
}
.color-5 {
color: #d4e3e8;
}
/* CSS Variables */
:root {
--color-1: #1e3a4d;
--color-2: #3b5d72;
--color-3: #5f8f9b;
--color-4: #9db4c8;
--color-5: #d4e3e8;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a4d, #3b5d72, #5f8f9b, #9db4c8, #d4e3e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a4d, #3b5d72, #5f8f9b, #9db4c8, #d4e3e8);
}
Similar color palettes
Shades of Blue color palette created on .