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