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