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: #b2e0e6;
}
.color-3 {
color: #dfeff6;
}
.color-4 {
color: #f7f8f1;
}
.color-5 {
color: #d8d8e4;
}

/* CSS Variables */
:root {
--color-1: #a9c8e0;
--color-2: #b2e0e6;
--color-3: #dfeff6;
--color-4: #f7f8f1;
--color-5: #d8d8e4;
}

Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c8e0, #b2e0e6, #dfeff6, #f7f8f1, #d8d8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c8e0, #b2e0e6, #dfeff6, #f7f8f1, #d8d8e4);
}

Light Blue color palette created on .