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: #1e1e3e;
}
.color-2 {
color: #4c4c90;
}
.color-3 {
color: #7a7aff;
}
.color-4 {
color: #9e9eff;
}
.color-5 {
color: #d1d1ff;
}
/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #4c4c90;
--color-3: #7a7aff;
--color-4: #9e9eff;
--color-5: #d1d1ff;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #4c4c90, #7a7aff, #9e9eff, #d1d1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #4c4c90, #7a7aff, #9e9eff, #d1d1ff);
}
Similar color palettes
Scroll down to explore 800+ Blue color palettes
Shades of Blue color palette created on .