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