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