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