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