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