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