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: #cfdfe2;
}
.color-2 {
color: #a8b3c2;
}
.color-3 {
color: #7690a2;
}
.color-4 {
color: #4b7086;
}
.color-5 {
color: #29697a;
}
/* CSS Variables */
:root {
--color-1: #cfdfe2;
--color-2: #a8b3c2;
--color-3: #7690a2;
--color-4: #4b7086;
--color-5: #29697a;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfdfe2, #a8b3c2, #7690a2, #4b7086, #29697a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfdfe2, #a8b3c2, #7690a2, #4b7086, #29697a);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Shades of Blue color palette created on .