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: #1e216b;
}
.color-2 {
color: #4f5d92;
}
.color-3 {
color: #8a9cc7;
}
.color-4 {
color: #b2d1e6;
}
.color-5 {
color: #eff8fb;
}
/* CSS Variables */
:root {
--color-1: #1e216b;
--color-2: #4f5d92;
--color-3: #8a9cc7;
--color-4: #b2d1e6;
--color-5: #eff8fb;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e216b, #4f5d92, #8a9cc7, #b2d1e6, #eff8fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e216b, #4f5d92, #8a9cc7, #b2d1e6, #eff8fb);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Shades of Blue color palette created on .