Shades of Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue palette
Download Shades of Blue Color Palette (PNG)
Shades of Blue color palette CSS
/* CSS */
.color-1 {
color: #292cff;
}
.color-2 {
color: #5c6fff;
}
.color-3 {
color: #7a93ff;
}
.color-4 {
color: #9eb3ff;
}
.color-5 {
color: #c2d1ff;
}
/* CSS Variables */
:root {
--color-1: #292cff;
--color-2: #5c6fff;
--color-3: #7a93ff;
--color-4: #9eb3ff;
--color-5: #c2d1ff;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292cff, #5c6fff, #7a93ff, #9eb3ff, #c2d1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292cff, #5c6fff, #7a93ff, #9eb3ff, #c2d1ff);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Shades of Blue color palette created on .