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: #1f3b6f;
}
.color-2 {
color: #3f5f92;
}
.color-3 {
color: #5e8db0;
}
.color-4 {
color: #a3d1e6;
}
.color-5 {
color: #f3b61b;
}
/* CSS Variables */
:root {
--color-1: #1f3b6f;
--color-2: #3f5f92;
--color-3: #5e8db0;
--color-4: #a3d1e6;
--color-5: #f3b61b;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3b6f, #3f5f92, #5e8db0, #a3d1e6, #f3b61b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3b6f, #3f5f92, #5e8db0, #a3d1e6, #f3b61b);
}
Similar color palettes
Shades of Blue color palette created on .