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: #1e497b;
}
.color-2 {
color: #507e9b;
}
.color-3 {
color: #85a7b7;
}
.color-4 {
color: #c3d7df;
}
.color-5 {
color: #f0e0b7;
}
/* CSS Variables */
:root {
--color-1: #1e497b;
--color-2: #507e9b;
--color-3: #85a7b7;
--color-4: #c3d7df;
--color-5: #f0e0b7;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e497b, #507e9b, #85a7b7, #c3d7df, #f0e0b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e497b, #507e9b, #85a7b7, #c3d7df, #f0e0b7);
}
Similar color palettes
Shades of Blue color palette created on .