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