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: #0030a8;
}
.color-2 {
color: #0056b3;
}
.color-3 {
color: #0073e6;
}
.color-4 {
color: #6bb3ff;
}
.color-5 {
color: #a8d4ff;
}
/* CSS Variables */
:root {
--color-1: #0030a8;
--color-2: #0056b3;
--color-3: #0073e6;
--color-4: #6bb3ff;
--color-5: #a8d4ff;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0030a8, #0056b3, #0073e6, #6bb3ff, #a8d4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0030a8, #0056b3, #0073e6, #6bb3ff, #a8d4ff);
}
Similar color palettes
Scroll down to explore 700+ Blue color palettes
Shades of Blue color palette created on .