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: #f0f0f5;
}
.color-2 {
color: #d0d0e7;
}
.color-3 {
color: #a2a2d2;
}
.color-4 {
color: #6a6a9a;
}
.color-5 {
color: #3a3a7e;
}
/* CSS Variables */
:root {
--color-1: #f0f0f5;
--color-2: #d0d0e7;
--color-3: #a2a2d2;
--color-4: #6a6a9a;
--color-5: #3a3a7e;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f0f5, #d0d0e7, #a2a2d2, #6a6a9a, #3a3a7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f0f5, #d0d0e7, #a2a2d2, #6a6a9a, #3a3a7e);
}
Similar color palettes
Shades of Blue color palette created on .