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: #a3b8d7;
}
.color-2 {
color: #6d8dc5;
}
.color-3 {
color: #496d9c;
}
.color-4 {
color: #522d7b;
}
.color-5 {
color: #2a4a79;
}
/* CSS Variables */
:root {
--color-1: #a3b8d7;
--color-2: #6d8dc5;
--color-3: #496d9c;
--color-4: #522d7b;
--color-5: #2a4a79;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3b8d7, #6d8dc5, #496d9c, #522d7b, #2a4a79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3b8d7, #6d8dc5, #496d9c, #522d7b, #2a4a79);
}
Similar color palettes
Shades of Blue color palette created on .