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: #a9c8e0;
}
.color-2 {
color: #b7e1f0;
}
.color-3 {
color: #e2f8e5;
}
.color-4 {
color: #f1e0b7;
}
.color-5 {
color: #f2b1b1;
}

/* CSS Variables */
:root {
--color-1: #a9c8e0;
--color-2: #b7e1f0;
--color-3: #e2f8e5;
--color-4: #f1e0b7;
--color-5: #f2b1b1;
}

Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c8e0, #b7e1f0, #e2f8e5, #f1e0b7, #f2b1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c8e0, #b7e1f0, #e2f8e5, #f1e0b7, #f2b1b1);
}

Light Blue color palette created on .