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: #1e1f4d;
}
.color-2 {
color: #3d3d7b;
}
.color-3 {
color: #4f6d92;
}
.color-4 {
color: #b4a8d1;
}
.color-5 {
color: #f6e0b1;
}
/* CSS Variables */
:root {
--color-1: #1e1f4d;
--color-2: #3d3d7b;
--color-3: #4f6d92;
--color-4: #b4a8d1;
--color-5: #f6e0b1;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f4d, #3d3d7b, #4f6d92, #b4a8d1, #f6e0b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f4d, #3d3d7b, #4f6d92, #b4a8d1, #f6e0b1);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Shades of Blue color palette created on .