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