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: #0000ad;
}
.color-2 {
color: #0056b3;
}
.color-3 {
color: #0096d6;
}
.color-4 {
color: #00b4e6;
}
.color-5 {
color: #00d8f5;
}
/* CSS Variables */
:root {
--color-1: #0000ad;
--color-2: #0056b3;
--color-3: #0096d6;
--color-4: #00b4e6;
--color-5: #00d8f5;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0000ad, #0056b3, #0096d6, #00b4e6, #00d8f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0000ad, #0056b3, #0096d6, #00b4e6, #00d8f5);
}
Similar color palettes
Shades of Blue color palette created on .