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