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: #b2d1e0;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #8fb6d6;
}
.color-4 {
color: #6da3d0;
}
.color-5 {
color: #508bce;
}
/* CSS Variables */
:root {
--color-1: #b2d1e0;
--color-2: #a3c7e0;
--color-3: #8fb6d6;
--color-4: #6da3d0;
--color-5: #508bce;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2d1e0, #a3c7e0, #8fb6d6, #6da3d0, #508bce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2d1e0, #a3c7e0, #8fb6d6, #6da3d0, #508bce);
}
Similar color palettes
Shades of Blue color palette created on .