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