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: #d4d0e7;
}
.color-2 {
color: #8ab6f5;
}
.color-3 {
color: #4983d4;
}
.color-4 {
color: #2c4b7d;
}
.color-5 {
color: #1b2a4b;
}
/* CSS Variables */
:root {
--color-1: #d4d0e7;
--color-2: #8ab6f5;
--color-3: #4983d4;
--color-4: #2c4b7d;
--color-5: #1b2a4b;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4d0e7, #8ab6f5, #4983d4, #2c4b7d, #1b2a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4d0e7, #8ab6f5, #4983d4, #2c4b7d, #1b2a4b);
}
Similar color palettes
Shades of Blue color palette created on .