Light Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Blue palette

Share this palette to:

Light Blue color palette CSS

/* CSS */
.color-1 {
color: #3ac2e4;
}
.color-2 {
color: #5ed6e8;
}
.color-3 {
color: #89e3eb;
}
.color-4 {
color: #a7e6f1;
}
.color-5 {
color: #d2f2f9;
}

/* CSS Variables */
:root {
--color-1: #3ac2e4;
--color-2: #5ed6e8;
--color-3: #89e3eb;
--color-4: #a7e6f1;
--color-5: #d2f2f9;
}

Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3ac2e4, #5ed6e8, #89e3eb, #a7e6f1, #d2f2f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3ac2e4, #5ed6e8, #89e3eb, #a7e6f1, #d2f2f9);
}

Light Blue color palette created on .