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: #263d69;
}
.color-2 {
color: #305a8d;
}
.color-3 {
color: #4a7eba;
}
.color-4 {
color: #6cb4e4;
}
.color-5 {
color: #b5e1f2;
}
/* CSS Variables */
:root {
--color-1: #263d69;
--color-2: #305a8d;
--color-3: #4a7eba;
--color-4: #6cb4e4;
--color-5: #b5e1f2;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #263d69, #305a8d, #4a7eba, #6cb4e4, #b5e1f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #263d69, #305a8d, #4a7eba, #6cb4e4, #b5e1f2);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Shades of Blue color palette created on .