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