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