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 PNG image

Download light blue color palette PNG image (landscape)
Download light blue color palette PNG image (square)

Light Blue color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b3e0e6;
}
.color-3 {
color: #d6f1f5;
}
.color-4 {
color: #e9fbfa;
}
.color-5 {
color: #f5ffff;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b3e0e6;
--color-3: #d6f1f5;
--color-4: #e9fbfa;
--color-5: #f5ffff;
}

Light Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b3e0e6, #d6f1f5, #e9fbfa, #f5ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b3e0e6, #d6f1f5, #e9fbfa, #f5ffff);
}

Light Blue color palette created on .