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