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: #00329e;
}
.color-2 {
color: #0056b3;
}
.color-3 {
color: #007bc2;
}
.color-4 {
color: #0092d1;
}
.color-5 {
color: #00b0e6;
}
/* CSS Variables */
:root {
--color-1: #00329e;
--color-2: #0056b3;
--color-3: #007bc2;
--color-4: #0092d1;
--color-5: #00b0e6;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00329e, #0056b3, #007bc2, #0092d1, #00b0e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00329e, #0056b3, #007bc2, #0092d1, #00b0e6);
}
Similar color palettes
Shades of Blue color palette created on .