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