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