Light Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Blue palette
Light Blue color palette CSS
/* CSS */
.color-1 {
color: #4b8bc3;
}
.color-2 {
color: #6cb4e5;
}
.color-3 {
color: #90d3f4;
}
.color-4 {
color: #b6e1f7;
}
.color-5 {
color: #d1f6ff;
}
/* CSS Variables */
:root {
--color-1: #4b8bc3;
--color-2: #6cb4e5;
--color-3: #90d3f4;
--color-4: #b6e1f7;
--color-5: #d1f6ff;
}
Light Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8bc3, #6cb4e5, #90d3f4, #b6e1f7, #d1f6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8bc3, #6cb4e5, #90d3f4, #b6e1f7, #d1f6ff);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Light Blue color palette created on .