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: #c2c9e5;
}
.color-2 {
color: #8f8fbd;
}
.color-3 {
color: #6b6d9e;
}
.color-4 {
color: #4d4d80;
}
.color-5 {
color: #282a5d;
}
/* CSS Variables */
:root {
--color-1: #c2c9e5;
--color-2: #8f8fbd;
--color-3: #6b6d9e;
--color-4: #4d4d80;
--color-5: #282a5d;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2c9e5, #8f8fbd, #6b6d9e, #4d4d80, #282a5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2c9e5, #8f8fbd, #6b6d9e, #4d4d80, #282a5d);
}
Similar color palettes
Shades of Blue color palette created on .