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