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