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: #d1e4e5;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #6997b0;
}
.color-4 {
color: #3f5a73;
}
.color-5 {
color: #1d283a;
}
/* CSS Variables */
:root {
--color-1: #d1e4e5;
--color-2: #a3c7e0;
--color-3: #6997b0;
--color-4: #3f5a73;
--color-5: #1d283a;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1e4e5, #a3c7e0, #6997b0, #3f5a73, #1d283a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1e4e5, #a3c7e0, #6997b0, #3f5a73, #1d283a);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Shades of Blue color palette created on .