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: #4d8bff;
}
.color-2 {
color: #5cb0ff;
}
.color-3 {
color: #75d3ff;
}
.color-4 {
color: #a3e3ff;
}
.color-5 {
color: #d6f6ff;
}
/* CSS Variables */
:root {
--color-1: #4d8bff;
--color-2: #5cb0ff;
--color-3: #75d3ff;
--color-4: #a3e3ff;
--color-5: #d6f6ff;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d8bff, #5cb0ff, #75d3ff, #a3e3ff, #d6f6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d8bff, #5cb0ff, #75d3ff, #a3e3ff, #d6f6ff);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Shades of Blue color palette created on .